mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
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:
committed by
Mat Sutcliffe
parent
9c3ae527aa
commit
e46b7f5494
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user