iPad Mini simulator is broken?

Is it only me or is the status bar height of the iPad Mini simulator (Corona’s) not correct?

the height is fine on the iPad Air simulator but on the Mini its has the same height as an iPhone

Of course on device builds all is fine, but it sucks that I can’t check the iPad Mini layouts before hand on the simulator.

It looks fine to me, but this is the first time I have looked at it :slight_smile:

I don’t like the status bar so this is the first line in any “main.lua” file that i make:

display.setStatusBar( display.HiddenStatusBar )

:slight_smile:

It looks fine to me, but this is the first time I have looked at it :slight_smile:

I don’t like the status bar so this is the first line in any “main.lua” file that i make:

display.setStatusBar( display.HiddenStatusBar )

:slight_smile: