From 573adc19800b9e7a20b7fe9586e7e25bef248060 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 15 Apr 2020 23:49:24 +0300 Subject: [PATCH] app/ Modify size of the pop-up Signed-off-by: Marius Vlad --- app/Onscreen.qml | 2 +- app/main.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' -- 2.16.6