From 01c01f55534dad5cc055c26eb67d9d0e6cf37b3d Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 23 Apr 2020 21:58:38 +0300 Subject: Conversion to agl-compositor Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad Change-Id: I5b2dca1677f88e01cc28f10911e036707c3c6924 --- app/Settings.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/Settings.qml') diff --git a/app/Settings.qml b/app/Settings.qml index 47e720e..0bf6c3f 100644 --- a/app/Settings.qml +++ b/app/Settings.qml @@ -17,6 +17,7 @@ import QtQuick 2.6 import QtQuick.Layouts 1.1 import QtQuick.Controls 2.0 +import QtQuick.Window 2.13 import 'datetime' import 'bluetooth' @@ -38,9 +39,9 @@ ApplicationWindow { Item { id: container anchors.centerIn: parent - width: 1080 - height: 1487 - scale: screenInfo.scale_factor() + width: Screen.width + height: Screen.height + scale: 1 StackView { id: stack -- cgit 1.2.3-korg