[Qt] Increase margin for XGroupBox title
This commit is contained in:
parent
8768796b05
commit
9aaa161237
|
@ -3,7 +3,7 @@ QGroupBox {
|
|||
border: transparent;
|
||||
border-radius: 2px;
|
||||
/* leave space at the top for the title */
|
||||
margin: 20px 4px 4px 4px;
|
||||
margin: 24px 4px 4px 4px;
|
||||
color: $primary;
|
||||
font-family: "Segoe UI Semibold";
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Reference in New Issue