mirror of
https://github.com/labwc/labwc.git
synced 2026-02-13 04:27:49 -05:00
theme: allow to set window button size (#1965)
This commit introduces new option "window.button.width". Despite the name it currently affects both width and height.
This commit is contained in:
parent
46ec513630
commit
e4afa10fe4
14 changed files with 59 additions and 33 deletions
|
|
@ -114,6 +114,10 @@ labwc-config(5).
|
|||
Specifies how window titles are aligned in the titlebar for both
|
||||
focused and unfocused windows. Type justification. Default Left.
|
||||
|
||||
*window.button.width*
|
||||
Width of a titlebar button, in pixels.
|
||||
Default is 26.
|
||||
|
||||
*window.active.button.unpressed.image.color*
|
||||
Color of the images in titlebar buttons in their default, unpressed,
|
||||
state. This element is for the focused window.
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@ window.active.label.text.color: #000000
|
|||
window.inactive.label.text.color: #000000
|
||||
window.label.text.justify: center
|
||||
|
||||
# window button width
|
||||
window.button.width: 26
|
||||
|
||||
# window buttons
|
||||
window.active.button.unpressed.image.color: #000000
|
||||
window.inactive.button.unpressed.image.color: #000000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue