diff --git a/src/blackgui/components/atcstationcomponent.ui b/src/blackgui/components/atcstationcomponent.ui index 05c9ac0ad..bde148907 100644 --- a/src/blackgui/components/atcstationcomponent.ui +++ b/src/blackgui/components/atcstationcomponent.ui @@ -6,8 +6,8 @@ 0 0 - 278 - 507 + 270 + 499 @@ -179,86 +179,20 @@ true - - - - - Load METAR - - - METAR - - - - - - - Reload ATIS - - - ATIS - - - - - - - text message - - - tm - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - true - - - - - - - METAR: Airport ICAO code - - - 5 - - - e.g. KLAX - - - - - - - goto audio panel - - - audio - - - - + + + 3 + + + 3 + + + 3 + + + 3 + + @@ -268,6 +202,108 @@ + + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + 75 + 16777215 + + + + METAR: Airport ICAO code + + + 5 + + + e.g. KLAX + + + + + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + Load METAR + + + METAR + + + + + + + Reload ATIS + + + ATIS + + + + + + + text message + + + tm + + + + + + + goto audio panel + + + audio + + + + + + + + + + + + + true + + + @@ -298,8 +334,8 @@ le_AtcStationsOnlineMetar tb_AtcStationsLoadMetar tb_AtcStationsAtisReload - tb_Audio tb_TextMessageOverlay + tb_Audio te_AtcStationsOnlineInfo tvp_AtcStationsOnlineTree tvp_AtcStationsBooked diff --git a/src/blackgui/share/qss/stdwidget.qss b/src/blackgui/share/qss/stdwidget.qss index 77f77a40b..5f501cf35 100644 --- a/src/blackgui/share/qss/stdwidget.qss +++ b/src/blackgui/share/qss/stdwidget.qss @@ -94,14 +94,6 @@ BlackGui--Components--CSetupLoadingDialog #fr_Details { } */ -/* core settings */ -/* needed for CCoreSettingsDialog */ -/* BlackGui::Components::CSettingsComponent */ -BlackGui--Components--CCoreSettingsDialog { - background: black; /* background is background color here */ - background-image: url(:/textures/icons/textures/texture-inner.jpg); -} - QFileDialog #sidebar { background: black; } @@ -212,6 +204,10 @@ QToolButton { border: 0px; } +#tb_AtcStationsAtisReload, +#tb_AtcStationsLoadMetar, +#tb_Audio, +#tb_TextMessageOverlay, QPushButton { background-color: rgba(0, 0, 255, 128); border-style: 1px solid yellow;