awful.menu: fix gap (FS#665)

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Damjan 2009-10-26 10:07:15 +01:00 committed by Julien Danjou
parent 8e02306b7d
commit 3f565f1a3d
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ function show(menu, keygrabber)
wibox.width = menu.w
wibox.height = menu.h
wibox.x = menu.x
wibox.y = menu.y + (num - 1) * (menu.h - menu.theme.border_width)
wibox.y = menu.y + (num - 1) * (menu.h + menu.theme.border_width)
wibox.screen = screen_index
end