mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
refs #902, qss GroupBox margin
This commit is contained in:
committed by
Mathew Sutcliffe
parent
dcf0fa6b5a
commit
0f57385325
@@ -276,7 +276,7 @@ QPlainTextEdit {
|
||||
|
||||
QGroupBox {
|
||||
border: 1px solid green;
|
||||
margin-top: 2.5ex; /* leave space at the top for the title */
|
||||
margin-top: 2ex; /* the x-height of the relevant font, leave space at the top for the title */
|
||||
border-radius: 5px;
|
||||
background: black; /* background is background color here */
|
||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||
|
||||
Reference in New Issue
Block a user