mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
menu: support <separator />
Add theme options: - menu.separator.width - menu.separator.padding.width - menu.separator.padding.height - menu.separator.color Support separator lines defined by <separator /> Note that separator labels (with text) defined by <separator label="" /> are not supported.
This commit is contained in:
parent
f13fbd7aa6
commit
437230b3a0
6 changed files with 123 additions and 19 deletions
|
|
@ -31,10 +31,13 @@ menu.items.bg.color: #fcfbfa
|
|||
menu.items.text.color: #000000
|
||||
menu.items.active.bg.color: #dddad6
|
||||
menu.items.active.text.color: #000000
|
||||
menu.separator.width: 1
|
||||
menu.separator.padding.width: 6
|
||||
menu.separator.padding.height: 3
|
||||
menu.separator.color: #888888
|
||||
|
||||
# on screen display (window-cycle dialog)
|
||||
osd.bg.color: #dddda6
|
||||
osd.border.color: #000000
|
||||
osd.border.width: 1
|
||||
osd.label.text.color: #000000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue