Merge pull request #1956 from Hzj-jie/master

Use Screen:scaleBySize to auto scale virtual keyboard size
pull/1959/head
Huang Xin 8 years ago
commit c1932fc927

@ -140,8 +140,8 @@ local VirtualKeyboard = InputContainer:new{
utf8mode = false,
umlautmode = false,
width = 600,
height = 256,
width = Screen:scaleBySize(600),
height = Screen:scaleBySize(256),
bordersize = 2,
padding = 2,
key_padding = Screen:scaleBySize(6),

Loading…
Cancel
Save