mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
change the size of the down-arrow in VNotebookSelector
Signed-off-by: Le Tan <tamlokveer@gmail.com>
This commit is contained in:
parent
68e6a214e9
commit
a0a558d62d
@ -64,6 +64,7 @@ QComboBox#NotebookSelector::drop-down {
|
|||||||
QComboBox#NotebookSelector::down-arrow {
|
QComboBox#NotebookSelector::down-arrow {
|
||||||
image: url(:/resources/icons/arrow_dropdown.svg);
|
image: url(:/resources/icons/arrow_dropdown.svg);
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox#NotebookSelector QListWidget {
|
QComboBox#NotebookSelector QListWidget {
|
||||||
@ -88,8 +89,8 @@ QTreeWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QTreeWidget::item {
|
QTreeWidget::item {
|
||||||
padding-top: 3px;
|
padding-top: 5px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QListWidget {
|
QListWidget {
|
||||||
@ -97,8 +98,8 @@ QListWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QListWidget::item {
|
QListWidget::item {
|
||||||
padding-top: 3px;
|
padding-top: 5px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSplitter {
|
QSplitter {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user