Added padding to menus

This commit is contained in:
Yessiest 2022-04-07 21:39:21 +04:00
parent 6f3dd84ed0
commit 1fee5d93e5
1 changed files with 3 additions and 2 deletions

View File

@ -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