diff --git a/src/blackgui/components/atcstationcomponent.ui b/src/blackgui/components/atcstationcomponent.ui
index 193831579..c7bfbe62e 100644
--- a/src/blackgui/components/atcstationcomponent.ui
+++ b/src/blackgui/components/atcstationcomponent.ui
@@ -14,7 +14,7 @@
ATC stations
- 0
+ 1
@@ -231,6 +231,12 @@
-
+
+ QAbstractItemView::NoSelection
+
+
+ true
+
false
diff --git a/src/blackgui/components/hotkeydialog.ui b/src/blackgui/components/hotkeydialog.ui
index 70b786279..5a46795aa 100644
--- a/src/blackgui/components/hotkeydialog.ui
+++ b/src/blackgui/components/hotkeydialog.ui
@@ -125,6 +125,9 @@
-
+
+ true
+
false
diff --git a/src/blackgui/share/qss/stdwidget.qss b/src/blackgui/share/qss/stdwidget.qss
index 82b5f9c16..3f19c84e8 100644
--- a/src/blackgui/share/qss/stdwidget.qss
+++ b/src/blackgui/share/qss/stdwidget.qss
@@ -164,6 +164,7 @@ QPushButton::disabled {
color: white;
padding: 0px;
margin-right: 5px;
+ qproperty-textElideMode: ElideMiddle;
}
QProgressBar {
@@ -271,6 +272,8 @@ QGroupBox {
border: 1px solid green;
margin-top: 2.5ex; /* leave space at the top for the title */
border-radius: 5px;
+ background: black; /* background is background color here */
+ background-image: url(:/textures/icons/textures/texture-inner.jpg);
}
QGroupBox::title {
@@ -530,8 +533,11 @@ QTreeView::item {
}
QTreeView::item:hover {
+ background: green;
+}
+
+QTreeView::item:selected {
background: blue;
- border: 1px solid #bfcde4;
}
QTreeView::branch:open:has-children {
diff --git a/src/blackgui/share/qss/swiftstdgui.qss b/src/blackgui/share/qss/swiftstdgui.qss
index 7ef9f5baa..42e1d2a39 100644
--- a/src/blackgui/share/qss/swiftstdgui.qss
+++ b/src/blackgui/share/qss/swiftstdgui.qss
@@ -132,14 +132,6 @@ QAbstractScrollArea #pg_StatusPageCons ole { background-color: black; }
border-radius: 5px;
}
-#gb_hotkey {
- background-image: url(:/textures/icons/textures/texture-inner.jpg);
-}
-
-#gb_action {
- background-image: url(:/textures/icons/textures/texture-inner.jpg);
-}
-
-#gb_machine {
+#gb_hotkey #gb_action #gb_machine {
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}