aboutsummaryrefslogtreecommitdiffstats
path: root/app/qml/Main.qml
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-05-20 23:19:03 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-06-12 12:40:40 +0300
commit04c7651e4fa3d1bd804f0b3114d07fb19dd4eeee (patch)
treeb7d2246bd7cbb4517433064e1eafc1713c83dc77 /app/qml/Main.qml
parent9f03d663bc584b56e4732e615f8cd771c527a2c4 (diff)
Removal of windowmanager depedencysandbox/mvlad/agl-compositor
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'app/qml/Main.qml')
-rw-r--r--app/qml/Main.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/qml/Main.qml b/app/qml/Main.qml
index 7c83f37..188fa86 100644
--- a/app/qml/Main.qml
+++ b/app/qml/Main.qml
@@ -1,14 +1,16 @@
import QtQuick 2.0
import QtQuick.Controls 2.2
+import QtQuick.Window 2.11
+
import "qrc:/qml"
ApplicationWindow {
id: tbtnavi
title: "Turn By Turn Navigation Demo"
- height: 720
- width: 640
+ height: Window.height
+ width: Window.width
visible: true
property double vehicleSpeed: 0