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
|
|
@ -101,6 +101,18 @@ elements are not listed here, but are supported.
|
|||
*menu.items.active.text.color*
|
||||
Text color of active menu item
|
||||
|
||||
*menu.separator.width*
|
||||
Line thickness of menu separators. Default 1.
|
||||
|
||||
*menu.separator.padding.width*
|
||||
Space on the left and right side of each separator line. Default 6.
|
||||
|
||||
*menu.separator.padding.height*
|
||||
Space above and below each separator line. Default 3.
|
||||
|
||||
*menu.separator.color*
|
||||
Menu separator color. Default #888888.
|
||||
|
||||
*osd.bg.color*
|
||||
Background color of on-screen-display
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue