Fix QTreeview branch selection background color on linux (gnome and kde)

This commit is contained in:
ColinDuquesnoy 2012-11-05 22:33:01 +01:00
parent 706bf56abb
commit ee22bac3b9
1 changed files with 5 additions and 0 deletions

View File

@ -662,6 +662,11 @@ QTreeView, QListView, QTableView
background-color: #201F1F;
}
QTreeView:branch:selected, QTreeView:branch:hover
{
background-color: #78879b;
}
QTreeView::branch:has-siblings:!adjoins-item {
border-image: none;
/*border-image: url(%(location)s/QDarkStyleSheet/rc/stylesheet-vline.png) 0;*/