summaryrefslogtreecommitdiffstats
path: root/basicsuite/about-b2qt/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/about-b2qt/main.qml')
-rw-r--r--basicsuite/about-b2qt/main.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/basicsuite/about-b2qt/main.qml b/basicsuite/about-b2qt/main.qml
index 5c5c6df..694ba50 100644
--- a/basicsuite/about-b2qt/main.qml
+++ b/basicsuite/about-b2qt/main.qml
@@ -40,12 +40,13 @@
****************************************************************************/
import QtQuick 2.0
import QtQuick.Particles 2.0
+import QtQuick.Window 2.1
Item {
id: root
- width: 1280
- height: 800
+ width : Screen.height > Screen.width ? Screen.height : Screen.width
+ height : Screen.height > Screen.width ? Screen.width : Screen.height
// Rectangle {
// anchors.fill: parent