mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user