mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
set active area for config menu to 1/12 of screen height
This commit is contained in:
@@ -54,7 +54,7 @@ function ReaderPaging:initGesListener()
|
||||
x = Screen:getWidth()/4,
|
||||
y = Screen:getHeight()/4,
|
||||
w = 3*Screen:getWidth()/4,
|
||||
h = 5*Screen:getHeight()/8,
|
||||
h = 2*Screen:getHeight()/3,
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -65,7 +65,7 @@ function ReaderPaging:initGesListener()
|
||||
x = 0,
|
||||
y = Screen:getHeight()/4,
|
||||
w = Screen:getWidth()/4,
|
||||
h = 5*Screen:getHeight()/8,
|
||||
h = 2*Screen:getHeight()/3,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user