From 5dda380c877756501cdbcd5032247071f2b9dc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20VANNI=C3=88RE?= Date: Sat, 2 Mar 2019 20:09:12 +0000 Subject: [PATCH] Fix menu height and length --- themes/powerarrow/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/powerarrow/theme.lua b/themes/powerarrow/theme.lua index cfe799b..04afae4 100644 --- a/themes/powerarrow/theme.lua +++ b/themes/powerarrow/theme.lua @@ -36,8 +36,8 @@ theme.titlebar_bg_normal = "#3F3F3F" theme.titlebar_bg_focus = theme.bg_focus theme.titlebar_bg_normal = theme.bg_normal theme.titlebar_fg_focus = theme.fg_focus -theme.menu_height = dpi(32) -theme.menu_width = dpi(280) +theme.menu_height = dpi(16) +theme.menu_width = dpi(140) theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png" theme.awesome_icon = theme.dir .. "/icons/awesome.png" theme.taglist_squares_sel = theme.dir .. "/icons/square_sel.png"