mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
[UX] Footer: update progress bar min width to 5% (#5788)
This commit is contained in:
parent
85da41afd9
commit
2e601640af
@ -1443,7 +1443,7 @@ function ReaderFooter:addToMainMenu(menu_items)
|
|||||||
local items = SpinWidget:new{
|
local items = SpinWidget:new{
|
||||||
width = Screen:getWidth() * 0.6,
|
width = Screen:getWidth() * 0.6,
|
||||||
value = self.settings.progress_bar_min_width_pct,
|
value = self.settings.progress_bar_min_width_pct,
|
||||||
value_min = 20,
|
value_min = 5,
|
||||||
value_step = 5,
|
value_step = 5,
|
||||||
value_hold_step = 20,
|
value_hold_step = 20,
|
||||||
value_max = 50,
|
value_max = 50,
|
||||||
|
Loading…
Reference in New Issue
Block a user