summaryrefslogtreecommitdiffstats
path: root/basicsuite/about-b2qt
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/about-b2qt')
-rw-r--r--basicsuite/about-b2qt/main.qml5
-rw-r--r--basicsuite/about-b2qt/title.txt2
2 files changed, 4 insertions, 3 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
diff --git a/basicsuite/about-b2qt/title.txt b/basicsuite/about-b2qt/title.txt
index 634a26a..bc7bf4b 100644
--- a/basicsuite/about-b2qt/title.txt
+++ b/basicsuite/about-b2qt/title.txt
@@ -1 +1 @@
-About Qt Enterprise Embedded
+000. About Qt Enterprise Embedded