Progresswidget: lighter background color (#8195)

Should make ticks more visible.
pull/8261/head
hius07 3 years ago committed by GitHub
parent 5ab689aa71
commit 02170ee9b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ local ProgressWidget = Widget:new{
bordercolor = Blitbuffer.COLOR_BLACK,
bgcolor = Blitbuffer.COLOR_WHITE,
altcolor = Blitbuffer.COLOR_LIGHT_GRAY,
rectdim = 2/3,
rectdim = 1/2,
percentage = nil,
ticks = nil,
tick_width = Screen:scaleBySize(3),

Loading…
Cancel
Save