mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #873, UI improvements
* allow to set inner message frame factor (width/height) * fixed aircrft selector to keep selection
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ec23863d53
commit
3afead9f71
@@ -111,10 +111,11 @@ BlackGui--CInfoArea {
|
||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||
}
|
||||
|
||||
/* Overlay messages */
|
||||
BlackGui--COverlayMessages {
|
||||
background: black; /* background is background color here */
|
||||
background: transparent; /* background is background color here */
|
||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||
border: 2px solid yellow;
|
||||
border: 2px solid blue;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
@@ -273,9 +274,14 @@ QGroupBox {
|
||||
}
|
||||
|
||||
QGroupBox::title {
|
||||
top: 2px;
|
||||
left: 5px;
|
||||
subcontrol-origin: margin;
|
||||
subcontrol-position: middle center; /* position at the top center */
|
||||
padding: 0 5px;
|
||||
subcontrol-position: middle left; /* position at the top center */
|
||||
padding: 0px 10px;
|
||||
background-color: darkblue;
|
||||
border: 1px solid green;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
Reference in New Issue
Block a user