Browse Source

Added padding to menus

master
Yessiest 2 years ago
parent
commit
1fee5d93e5
  1. 5
      themes/generic.lua

5
themes/generic.lua

@ -15,8 +15,9 @@ return function(theme)
theme.wallpapers_pager_button_size = dpi(15)
-- Menus
theme.menu_button_height = 20
theme.menu_button_width = 140
theme.menu_button_height = dpi(20)
theme.menu_button_width = dpi(140)
theme.menu_button_inner_margin = dpi(1)
-- Power management icons
theme.powercontrol_button_height = 25

Loading…
Cancel
Save