From 045d6f0241beddf9ff046214590f46cde2f7ff75 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Fri, 17 Mar 2017 20:50:28 -0700 Subject: [PATCH] set the padding of QListWidgetItem to 10px in VNotebookSelector --- src/resources/vnote.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/resources/vnote.qss b/src/resources/vnote.qss index 07ef8ede..a95102e2 100644 --- a/src/resources/vnote.qss +++ b/src/resources/vnote.qss @@ -96,8 +96,8 @@ QComboBox#NotebookSelector QListWidget { } QComboBox#NotebookSelector QListWidget::item { - padding-top: 5px; - padding-bottom: 5px; + padding-top: 10px; + padding-bottom: 10px; } QComboBox#NotebookSelector QListWidget::item:hover {