mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
theme: change padding.height default to 0
...because now that window.button.height determines the height of button hover effect the visible appearance of the titlebar will change unless we reduce the padding to zero. Backward compatibility notice: If a users theme sets padding.height to a value greater than zero, the titlebar will be taller compared with openbox. This can be fixed by either reducing window.button.height or overriding padding.height
This commit is contained in:
parent
3a61cd89dd
commit
383fb20bf4
3 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# general
|
||||
border.width: 1
|
||||
padding.width: 0
|
||||
padding.height: 3
|
||||
padding.height: 0
|
||||
|
||||
# window border
|
||||
window.active.border.color: #e1dedb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue