mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[UX] Use ProgressWidget in frontlight (#5373)
This makes it behave like a pretty decent slider. Cf. <https://github.com/koreader/koreader/issues/5314>.
This commit is contained in:
@@ -97,7 +97,7 @@ function SkimToWidget:init()
|
||||
|
||||
self.progress_bar = ProgressWidget:new{
|
||||
width = self.screen_width * 0.9,
|
||||
height = Screen:scaleBySize(30),
|
||||
height = Size.item.height_big,
|
||||
percentage = self.curr_page / self.page_count,
|
||||
ticks = self.ticks_candidates,
|
||||
tick_width = Size.line.medium,
|
||||
|
||||
Reference in New Issue
Block a user