mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +08:00
set the padding of QListWidgetItem to 10px in VNotebookSelector
This commit is contained in:
parent
844b644972
commit
045d6f0241
@ -96,8 +96,8 @@ QComboBox#NotebookSelector QListWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QComboBox#NotebookSelector QListWidget::item {
|
QComboBox#NotebookSelector QListWidget::item {
|
||||||
padding-top: 5px;
|
padding-top: 10px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox#NotebookSelector QListWidget::item:hover {
|
QComboBox#NotebookSelector QListWidget::item:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user