mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs/themerc: add menu.width.{min,max} + menu.items.padding.{x,y}
...to reflect additions introduced byf0666baandd00327bMove menu.overlap.* to the menu section for a more logical grouping
This commit is contained in:
parent
241e7de2b1
commit
45ce978b5a
1 changed files with 6 additions and 2 deletions
|
|
@ -1,8 +1,6 @@
|
|||
# general
|
||||
border.width: 1
|
||||
padding.height: 3
|
||||
menu.overlap.x: 0
|
||||
menu.overlap.y: 0
|
||||
|
||||
# window border
|
||||
window.active.border.color: #dddad6
|
||||
|
|
@ -27,10 +25,16 @@ window.inactive.button.unpressed.image.color: #000000
|
|||
# window.active.button.iconify.unpressed.image.color: #333333
|
||||
|
||||
# menu
|
||||
menu.overlap.x: 0
|
||||
menu.overlap.y: 0
|
||||
menu.width.min: 20
|
||||
menu.width.max: 200
|
||||
menu.items.bg.color: #fcfbfa
|
||||
menu.items.text.color: #000000
|
||||
menu.items.active.bg.color: #dddad6
|
||||
menu.items.active.text.color: #000000
|
||||
menu.items.padding.x: 7
|
||||
menu.items.padding.y: 4
|
||||
menu.separator.width: 1
|
||||
menu.separator.padding.width: 6
|
||||
menu.separator.padding.height: 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue