summaryrefslogtreecommitdiffstats
path: root/basicsuite/shared/SharedMain.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix stand alone demo layout issues on portrait devicesGatis Paeglis2014-02-211-0/+61
B2Qt demos are designed for landscape view, nexus by default is a portrait device, so we have to rotate demos by 90 degrees to show them in portrait view on nexus. This matches the implementation from b2qt-launcher. Task-number: QTEE-432 Change-Id: Id063dc4a3ff97d86a3a02cb62f1066882316208f Reviewed-by: Rainer Keller <rainer.keller@digia.com>