summaryrefslogtreecommitdiffstats
path: root/basicsuite/shared/main_landscape.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/shared/main_landscape.qml')
-rw-r--r--basicsuite/shared/main_landscape.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/basicsuite/shared/main_landscape.qml b/basicsuite/shared/main_landscape.qml
index 46b7fc5..233ef77 100644
--- a/basicsuite/shared/main_landscape.qml
+++ b/basicsuite/shared/main_landscape.qml
@@ -18,9 +18,8 @@
import QtQuick 2.0
Item {
- width: 800
- height: 1280
-
+ width: engine.screenWidth()
+ height: engine.screenHeight()
SharedMain {
anchors.centerIn: parent
width: parent.height