Added padding to menus
This commit is contained in:
parent
6f3dd84ed0
commit
1fee5d93e5
|
@ -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…
Reference in New Issue