ReaderHighlight: new Select mode icon (#9869)

This commit is contained in:
hius07
2022-12-11 10:55:47 +02:00
committed by GitHub
parent 49d8ec2f4f
commit c53dd55b16
3 changed files with 3 additions and 6 deletions

View File

@@ -16,8 +16,9 @@ function ReaderFlipping:init()
height = icon_size,
}
-- Re-use this widget to show an indicator when we are in select mode
icon_size = Screen:scaleBySize(36)
self.select_mode_widget = IconWidget:new{
icon = "format-quote-close",
icon = "texture-box",
width = icon_size,
height = icon_size,
alpha = true,