From 53825f5e66199f4367d659cbdf20f75979d70896 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 29 May 2020 16:57:43 +0300 Subject: Radio.qml: Use the windows width and height Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad Change-Id: Ic24401e6220b74f44a2165d82d802c3fb203554e --- app/Radio.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Radio.qml b/app/Radio.qml index e981219..f2aa727 100644 --- a/app/Radio.qml +++ b/app/Radio.qml @@ -41,8 +41,8 @@ ApplicationWindow { Item { id: container anchors.centerIn: parent - width: Screen.width - height: Screen.height + width: Window.width + height: Window.height //scale: screenInfo.scale_factor() scale: 1 -- cgit 1.2.3-korg