Stylesheets: Fix jumping entries on Windows

Co-authored-by: MisterMakerNL <marijn82@gmail.com>
This commit is contained in:
Kacper Donat
2025-07-14 20:46:03 +02:00
parent 50b0dc691c
commit 09ecda8dc1
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -2176,7 +2176,9 @@ QListView {
}
QTreeView {
show-decoration-selected: 0;
show-decoration-selected: 1;
selection-background-color: @AccentBackgroundColor;
qproperty-indentation: 10;
}
QTreeView:disabled,