mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue