set active area for config menu to 1/12 of screen height

This commit is contained in:
chrox
2013-03-31 16:40:43 +08:00
parent 993b6a7118
commit df308a895f
2 changed files with 12 additions and 15 deletions

View File

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