Make the ATC tool buttons look like push buttons

For some reason turning them into QPushButton breaks the layout.
This way is a simple way to have tool buttons looking like push buttons.

Overall goal: Make cleare what can be clicked.
This commit is contained in:
Klaus Basan
2019-01-21 18:28:18 +01:00
committed by Mat Sutcliffe
parent 9c3ae527aa
commit e46b7f5494
2 changed files with 123 additions and 91 deletions

View File

@@ -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;