mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Terminal plugin (#2646)
This commit is contained in:
@@ -46,7 +46,7 @@ function ScrollTextWidget:init()
|
||||
self.v_scroll_bar = VerticalScrollBar:new{
|
||||
enable = visible_line_count < total_line_count,
|
||||
low = 0,
|
||||
high = visible_line_count/total_line_count,
|
||||
high = visible_line_count / total_line_count,
|
||||
width = self.scroll_bar_width,
|
||||
height = self.height,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user