refs #347, renamed property to frameless

This commit is contained in:
Klaus Basan
2014-11-24 23:53:47 +01:00
committed by Roland Winklmeier
parent 7123cad53a
commit edaf1fba89
4 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ QFrame {
padding-bottom: 0px;
}
/** mainframeless is dynamic property**/
QDockWidget[mainframeless="true"] QFrame {
/** frameless is dynamic property**/
QDockWidget[frameless="true"] QFrame {
background-color: darkslategray;
}

View File

@@ -8,7 +8,7 @@ there is no opacity with background image, so we need semitransparent images
use -- instead of :: for namespaces
Used dynamic properties
mainframeless (infobar.qss)
frameless (infobar.qss)
**/
/** Main window **/
@@ -53,7 +53,7 @@ QAbstractScrollArea #pg_StatusPageConsole { background-color: black; }
border: 0px;
}
#wi_CentralWidgetOutside[mainframeless="true"] {
#wi_CentralWidgetOutside[frameless="true"] {
background-image: url(:/textures/icons/textures/texture-outer.jpg);
background-color: darkslategray;
margin: 0px;

View File

@@ -5,7 +5,7 @@ QFrame {
padding-bottom: 0px;
}
/** mainframeless dynamic property**/
QDockWidget[mainframeless="true"] QFrame {
/** frameless dynamic property**/
QDockWidget[frameless="true"] QFrame {
background-color: darkslategray;
}