Progresswidget: lighter background color (#8195)

Should make ticks more visible.
This commit is contained in:
hius07
2021-09-25 11:17:05 +03:00
committed by GitHub
parent 5ab689aa71
commit 02170ee9b6

View File

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