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

still needs button bgcolor

This bgcolor is for framecontainer background color.
This commit is contained in:
chrox 2014-10-04 22:00:58 +08:00
parent 0b3c1dcebf
commit 6152198e88

View File

@ -26,6 +26,7 @@ end
local ToggleSwitch = InputContainer:new{
width = Screen:scaleByDPI(216),
height = Screen:scaleByDPI(30),
bgcolor = 0, -- unfoused item color
fgcolor = 7, -- focused item color
}