diff --git a/src/blackgui/components/atcstationcomponent.ui b/src/blackgui/components/atcstationcomponent.ui index bc40ccd5f..f2923b132 100644 --- a/src/blackgui/components/atcstationcomponent.ui +++ b/src/blackgui/components/atcstationcomponent.ui @@ -220,7 +220,11 @@ 0 - + + + false + + diff --git a/src/blackgui/data/qss/stdwidget.qss b/src/blackgui/data/qss/stdwidget.qss index ed443ed1d..0bda5d640 100644 --- a/src/blackgui/data/qss/stdwidget.qss +++ b/src/blackgui/data/qss/stdwidget.qss @@ -467,6 +467,28 @@ QTableView, QTreeView, QListView { padding:0px; } +QTreeView { + show-decoration-selected: 1; +} + +QTreeView::item { + border: 0px; + padding: 2px 2px 2px 2px; +} + +QTreeView::item:hover { + background: blue; + border: 1px solid #bfcde4; +} + +QTreeView::branch:open:has-children { + image: url(:/diagona/icons/diagona/icons/toggle.png); +} + +QTreeView::branch:closed:has-children { + image: url(:/diagona/icons/diagona/icons/toggle-expand.png); +} + QSlider::groove:horizontal { border: 1px solid gray; height: 4px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */