mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Fix QTreeview branch selection background color on linux (gnome and kde)
This commit is contained in:
parent
706bf56abb
commit
ee22bac3b9
@ -662,6 +662,11 @@ QTreeView, QListView, QTableView
|
|||||||
background-color: #201F1F;
|
background-color: #201F1F;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTreeView:branch:selected, QTreeView:branch:hover
|
||||||
|
{
|
||||||
|
background-color: #78879b;
|
||||||
|
}
|
||||||
|
|
||||||
QTreeView::branch:has-siblings:!adjoins-item {
|
QTreeView::branch:has-siblings:!adjoins-item {
|
||||||
border-image: none;
|
border-image: none;
|
||||||
/*border-image: url(%(location)s/QDarkStyleSheet/rc/stylesheet-vline.png) 0;*/
|
/*border-image: url(%(location)s/QDarkStyleSheet/rc/stylesheet-vline.png) 0;*/
|
||||||
|
Loading…
Reference in New Issue
Block a user