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