change the size of the down-arrow in VNotebookSelector

Signed-off-by: Le Tan <tamlokveer@gmail.com>
This commit is contained in:
Le Tan 2016-12-10 17:44:39 +08:00
parent 68e6a214e9
commit a0a558d62d

View File

@ -64,6 +64,7 @@ QComboBox#NotebookSelector::drop-down {
QComboBox#NotebookSelector::down-arrow {
image: url(:/resources/icons/arrow_dropdown.svg);
width: 20px;
height: 20px;
}
QComboBox#NotebookSelector QListWidget {
@ -88,8 +89,8 @@ QTreeWidget {
}
QTreeWidget::item {
padding-top: 3px;
padding-bottom: 3px;
padding-top: 5px;
padding-bottom: 5px;
}
QListWidget {
@ -97,8 +98,8 @@ QListWidget {
}
QListWidget::item {
padding-top: 3px;
padding-bottom: 3px;
padding-top: 5px;
padding-bottom: 5px;
}
QSplitter {