mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
make larger valid region for screenshot
This commit is contained in:
@@ -10,7 +10,7 @@ function ReaderScreenshot:init()
|
||||
Screenshot = {
|
||||
GestureRange:new{
|
||||
ges = "two_finger_tap",
|
||||
scale = {diagonal - scaleByDPI(80), diagonal},
|
||||
scale = {diagonal - scaleByDPI(100), diagonal},
|
||||
rate = 1.0,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user