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:
parent
c8efeb3cc3
commit
87296fe884
@ -9,7 +9,7 @@ function ToggleLabel:paintTo(bb, x, y)
|
||||
end
|
||||
|
||||
ToggleSwitch = InputContainer:new{
|
||||
width = scaleByDPI(204),
|
||||
width = scaleByDPI(216),
|
||||
height = scaleByDPI(30),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user