From f25a0d7c87a6fca62d70d14ecc46aab69f076781 Mon Sep 17 00:00:00 2001 From: miruka Date: Fri, 30 Aug 2019 19:09:21 -0400 Subject: [PATCH] mainUI: be an Item instead of Rectangle --- src/qml/UI.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/qml/UI.qml b/src/qml/UI.qml index 5595df8d..b7c29c7e 100644 --- a/src/qml/UI.qml +++ b/src/qml/UI.qml @@ -5,9 +5,8 @@ import QtQuick.Window 2.7 import "Base" import "SidePane" -Rectangle { +Item { id: mainUI - color: "transparent" Component.onCompleted: window.mainUI = mainUI