[UX] Footer: update progress bar min width to 5% (#5788)

pull/5793/head
Robert 4 years ago committed by poire-z
parent 85da41afd9
commit 2e601640af

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

Loading…
Cancel
Save