mirror of
https://github.com/labwc/labwc.git
synced 2026-02-25 01:40:28 -05:00
menu: support borders
This commit adds following theme configurations: menu.border.width: 1 menu.border.color: #aaaaaa
This commit is contained in:
parent
fb6bf3fdde
commit
da418f9720
5 changed files with 67 additions and 19 deletions
|
|
@ -166,6 +166,12 @@ all are supported.
|
|||
A fixed width can be achieved by setting .min and .max to the same
|
||||
value.
|
||||
|
||||
*menu.border.width*
|
||||
Border width of menus in pixels. Inherits *border.width* if not set.
|
||||
|
||||
*menu.border.color*
|
||||
Border color of menus. Inherits *window.active.border.color* if not set.
|
||||
|
||||
*menu.items.padding.x*
|
||||
Horizontal padding of menu text entries in pixels.
|
||||
Default is 7.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue