]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs/themerc: add menu.width.{min,max} + menu.items.padding.{x,y}
authorJohan Malm <jgm323@gmail.com>
Thu, 8 Dec 2022 20:38:31 +0000 (20:38 +0000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 1 Jan 2023 18:59:16 +0000 (18:59 +0000)
...to reflect additions introduced by f0666ba and d00327b

Move menu.overlap.* to the menu section for a more logical grouping

docs/themerc

index a37598f0b072ed4707a64f2fc610ecbade909937..6b339519138753ab6c9f4cd5c494a0a19786f0a2 100644 (file)
@@ -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