Use a simple gray line to separate menu items

pull/2607/head
Bastien Dejean 7 years ago committed by Qingping Hou
parent a9b969b58f
commit f72514f99d

@ -398,10 +398,10 @@ function TouchMenu:init()
-- pad with 10 pixel to align with the up arrow in footer -- pad with 10 pixel to align with the up arrow in footer
HorizontalSpan:new{width = 10}, HorizontalSpan:new{width = 10},
LineWidget:new{ LineWidget:new{
style = "dashed", background = Blitbuffer.gray(0.33),
dimen = Geom:new{ dimen = Geom:new{
w = self.item_width - 20, w = self.item_width - 20,
h = 1, h = Screen:scaleByDPI(1),
} }
} }
} }

Loading…
Cancel
Save