awful.menu: change menu height to 16px

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Leon Winter 2008-12-18 18:10:52 +01:00 committed by Julien Danjou
parent ff0f15f9a0
commit 8199f1c35a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ local function load_theme(custom)
theme.submenu_icon = custom.submenu_icon or beautiful.menu_submenu_icon theme.submenu_icon = custom.submenu_icon or beautiful.menu_submenu_icon
theme.menu_height = custom.height or beautiful.menu_height or 15 theme.menu_height = custom.height or beautiful.menu_height or 16
theme.menu_width = custom.width or beautiful.menu_width or 100 theme.menu_width = custom.width or beautiful.menu_width or 100
theme.border = custom.border_color or beautiful.menu_border_color or beautiful.border_normal theme.border = custom.border_color or beautiful.menu_border_color or beautiful.border_normal