From d730ad6c1a10750bc91cbf7352cfe1e8f5baed24 Mon Sep 17 00:00:00 2001 From: worron Date: Sat, 14 Oct 2017 18:48:41 +0300 Subject: [PATCH] Fix menu height setup for #3 --- menu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.lua b/menu.lua index e51e8083..48940d69 100644 --- a/menu.lua +++ b/menu.lua @@ -591,7 +591,7 @@ function menu.new(args, parent) -- set size _menu.wibox.width = _menu.theme.width - _menu.wibox.height = _menu.add_size + _menu.wibox.height = _menu.add_size > 0 and _menu.add_size or 1 -- Set menu autohide timer ------------------------------------------------------------