Skip to content

Commit

Permalink
Fix menu height setup for #3
Browse files Browse the repository at this point in the history
  • Loading branch information
worron authored and TanvirOnGH committed Sep 12, 2024
1 parent 854a334 commit d730ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------------------------------------------
Expand Down

0 comments on commit d730ad6

Please sign in to comment.