mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #347, styles for infobar are in a separate file
This commit is contained in:
committed by
Roland Winklmeier
parent
e6d0f2ecb4
commit
8054022716
@@ -1,11 +1,15 @@
|
||||
QFrame {
|
||||
margin: 0px;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
padding-bottom: 0px;
|
||||
margin: 0px;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
/** frameless is dynamic property**/
|
||||
QDockWidget[frameless="true"] QFrame {
|
||||
background-color: darkslategray;
|
||||
/** for frameless only use QDockWidget[frameless="true"] QFrame **/
|
||||
QDockWidget QFrame
|
||||
{
|
||||
background-color: darkslategray;
|
||||
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
@@ -47,12 +47,6 @@ QAbstractScrollArea #pg_StatusPageConsole { background-color: black; }
|
||||
|
||||
/** main GUI parts **/
|
||||
|
||||
#dw_InfoBarStatus {
|
||||
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
||||
background-color: darkslategray;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#wi_CentralWidgetOutside[frameless="true"] {
|
||||
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
||||
background-color: darkslategray;
|
||||
@@ -61,6 +55,8 @@ QAbstractScrollArea #pg_StatusPageConsole { background-color: black; }
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
/** dw_InfoBarStatus has its own style sheet **/
|
||||
|
||||
#fr_CentralFrameInside {
|
||||
margin: 5px;
|
||||
}
|
||||
@@ -444,4 +440,5 @@ QStatusBar::item {
|
||||
|
||||
QStatusBar QLabel {
|
||||
border: none;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user