mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
QFrame {
|
|
margin: 0px;
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
/** frameless dynamic property**/
|
|
QDockWidget[frameless="true"] QFrame {
|
|
background-color: darkslategray;
|
|
} |