[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:
Frans de Jonge
2019-09-27 00:38:44 +02:00
committed by GitHub
parent abc86323fc
commit d0f95ec669
2 changed files with 102 additions and 60 deletions

View File

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