Created
September 16, 2012 21:35
-
-
Save 40/3734495 to your computer and use it in GitHub Desktop.
Setting BB10 Container Resolution/Width Qwerty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Container{ | |
| preferredWidth: 768 // testing purposes | |
| // preferredWidth: 720 // live production app | |
| preferredHeight: 720 // testing/live | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment