set the padding of QListWidgetItem to 10px in VNotebookSelector

This commit is contained in:
Le Tan 2017-03-17 20:50:28 -07:00
parent 844b644972
commit 045d6f0241

View File

@ -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 {