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