tiny simulator ><

I choose iphone4 simulator in corona
but I get tiny simulator ??

iphone4 simulator is big
but my apps view is small than simulator

how to fix ? [import]uid: 42761 topic_id: 7497 reply_id: 307497[/import]

http://img832.imageshack.us/i/screenshot20110306at122.png/

Photo
that’s it.
Pls. Click [import]uid: 42761 topic_id: 7497 reply_id: 26536[/import]

Hold Cmd and press the + or - button for zoom in/zoom out. You can also access zoom options from the ‘Window’ context menu in the simulator. [import]uid: 7849 topic_id: 7497 reply_id: 26537[/import]

EDIT **deleted** [import]uid: 7849 topic_id: 7497 reply_id: 26538[/import]

Oh nevermind my last response… here’s how to fix your problem:

Add a config.lua to your project and make sure it has:

[blockcode]
application =
{
content =
{
width = 320,
height = 480,
}
}
[/blockcode] [import]uid: 7849 topic_id: 7497 reply_id: 26539[/import]

it’s done.
but it’s not default
when I build code again simulator are tiny (iphone I must press cmd+"+")
when I should iphone4 it same (simulator is big view tiny but on center)

[import]uid: 42761 topic_id: 7497 reply_id: 26549[/import]

when I choose “zoom” in window menu.
Simulator is very big but view tiny again. [import]uid: 42761 topic_id: 7497 reply_id: 26551[/import]