2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00

set larger toggle switch width

This commit is contained in:
chrox 2013-07-13 11:08:53 +08:00
parent c8efeb3cc3
commit 87296fe884

View File

@ -9,7 +9,7 @@ function ToggleLabel:paintTo(bb, x, y)
end
ToggleSwitch = InputContainer:new{
width = scaleByDPI(204),
width = scaleByDPI(216),
height = scaleByDPI(30),
}