From: Marius Vlad Date: Wed, 15 Apr 2020 20:49:24 +0000 (+0300) Subject: app/ Modify size of the pop-up X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fonscreenapp.git;a=commitdiff_plain;h=573adc19800b9e7a20b7fe9586e7e25bef248060 app/ Modify size of the pop-up Signed-off-by: Marius Vlad --- diff --git a/app/Onscreen.qml b/app/Onscreen.qml index ebb0641..b08179c 100644 --- a/app/Onscreen.qml +++ b/app/Onscreen.qml @@ -4,7 +4,7 @@ import QtQuick.Controls 2.0 Rectangle { id: mainform - height: 400 + height: 800 width: 800 radius:2 diff --git a/app/main.qml b/app/main.qml index 6fc5d1e..b66e454 100644 --- a/app/main.qml +++ b/app/main.qml @@ -27,7 +27,7 @@ Window { visible: true x: 0 // note, these are not set here y: 218 // note, these are not set here - width: 400 + width: 800 height: 800 color: '#00000000'