From 8199f1c35a34ffcff167c54d71fb66745c6b3ed1 Mon Sep 17 00:00:00 2001 From: Leon Winter Date: Thu, 18 Dec 2008 18:10:52 +0100 Subject: [PATCH] awful.menu: change menu height to 16px Signed-off-by: Julien Danjou --- lib/awful/menu.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/menu.lua.in b/lib/awful/menu.lua.in index 6a19df19d..01f0864fd 100644 --- a/lib/awful/menu.lua.in +++ b/lib/awful/menu.lua.in @@ -34,7 +34,7 @@ local function load_theme(custom) 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.border = custom.border_color or beautiful.menu_border_color or beautiful.border_normal