theme - give labels and captions the same padding
Give the window captions the same padding as the dash labels. This makes things look nice and consistent.
This commit is contained in:
parent
de0116d8c8
commit
604e8f4f8a
@ -472,7 +472,7 @@ StTooltip StLabel {
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 6px 12px;
|
padding: 4px 12px;
|
||||||
-shell-caption-spacing: 12px;
|
-shell-caption-spacing: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user