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 dynamic property**/
QDockWidget[mainframeless="true"] QFrame {
/** frameless dynamic property**/
QDockWidget[frameless="true"] QFrame {
background-color: darkslategray;
}