From 98dab0eebc3dc0f567be3f80ab129cbcc71738db Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 13 Apr 2020 14:48:20 +0300 Subject: app: Fixes and some monior tweaks to the qml file - app.pro: Remove depends on windowmanager and homescreen when building - app: Fake an event - adjust the window size - add the app state events Signed-off-by: Marius Vlad --- app/Onscreen.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Onscreen.qml') diff --git a/app/Onscreen.qml b/app/Onscreen.qml index 5e53f98..b08179c 100644 --- a/app/Onscreen.qml +++ b/app/Onscreen.qml @@ -4,8 +4,8 @@ import QtQuick.Controls 2.0 Rectangle { id: mainform - height: 300 - width: 1000 + height: 800 + width: 800 radius:2 gradient: Gradient { -- cgit 1.2.3-korg