mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Progresswidget: lighter background color (#8195)
Should make ticks more visible.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user