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:
Allan Day 2012-02-13 17:48:24 +00:00
parent de0116d8c8
commit 604e8f4f8a

View File

@ -472,7 +472,7 @@ StTooltip StLabel {
border-radius: 8px;
font-size: 9pt;
font-weight: bold;
padding: 6px 12px;
padding: 4px 12px;
-shell-caption-spacing: 12px;
}