[Qt] Increase margin for XGroupBox title

This commit is contained in:
Satori 2021-08-02 14:54:24 +01:00
parent 8768796b05
commit 9aaa161237
1 changed files with 1 additions and 1 deletions

View File

@ -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;