Stylesheets: Fix jumping entries on Windows
Co-authored-by: MisterMakerNL <marijn82@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<property name="styleSheet">
|
||||
<string notr="true">#sidebar { background-color: rgba(0, 0, 0, 25); }
|
||||
#groupsTreeView { background-color: transparent; }
|
||||
#groupsTreeView::item { padding: 6px 8px; }</string>
|
||||
#groupsTreeView::item { padding: 6px 0px; }</string>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
|
||||
@@ -2176,7 +2176,9 @@ QListView {
|
||||
}
|
||||
|
||||
QTreeView {
|
||||
show-decoration-selected: 0;
|
||||
show-decoration-selected: 1;
|
||||
selection-background-color: @AccentBackgroundColor;
|
||||
qproperty-indentation: 10;
|
||||
}
|
||||
|
||||
QTreeView:disabled,
|
||||
|
||||
Reference in New Issue
Block a user