mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
set larger toggle switch width
This commit is contained in:
@@ -9,7 +9,7 @@ function ToggleLabel:paintTo(bb, x, y)
|
||||
end
|
||||
|
||||
ToggleSwitch = InputContainer:new{
|
||||
width = scaleByDPI(204),
|
||||
width = scaleByDPI(216),
|
||||
height = scaleByDPI(30),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user