Size of a stepper widget ?

In the widget demo app the stepper widget is a lot bigger than mine.

Is this to do with config.lua and width and height defaults ?

Neither use custom graphics.

On my iPhone 4 my stepper is really small and not easy to press.

EDIT: Just seen this in the docs - To conserve texture memory, a Stepper can only be created from an image sheet.

That is not true, even the demo doesn’t use one.

EDIT 2: I have now applied a image sheet, that is the only way I can see to increase the size.

Dave

The widgets have a theme file that provides information draw them.  In other words we have our own internal sheet we use.   Some widgets are dependent on the size of the content area defined in the config.lua.  If you’re going to use widgets, it’s probably best to stay with the 320x480 sized content area.

Rob

The widgets have a theme file that provides information draw them.  In other words we have our own internal sheet we use.   Some widgets are dependent on the size of the content area defined in the config.lua.  If you’re going to use widgets, it’s probably best to stay with the 320x480 sized content area.

Rob