widget.newSwitch() looks small on the screen when config.lua has width = 640, height = 960

I noticed that my on/off widget.newSwitch is scaled pretty small on the screen when I have my config.lua configured with width = 640, height = 960. Is there anyway to make it bigger?

Thanks!

I think you will find that, although Widgets are documented not to support scaling and sometimes only work properly at 320 X 480 (notably the pickerWheel), you can scale the switch to make it bigger.

Stefan

Ah you are right. I used the xScale and yScale anyway and it worked! Thanks :slight_smile:

I think you will find that, although Widgets are documented not to support scaling and sometimes only work properly at 320 X 480 (notably the pickerWheel), you can scale the switch to make it bigger.

Stefan

Ah you are right. I used the xScale and yScale anyway and it worked! Thanks :slight_smile: