diff --git a/Main.qml b/Main.qml index e9fcade..aca2f68 100644 --- a/Main.qml +++ b/Main.qml @@ -4,9 +4,9 @@ SPDX-License-Identifier: LGPL-2.0-or-later */ -import QtQuick -import QtQuick.Layouts -import QtQuick.Controls +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 Item { id: mainStack @@ -36,7 +36,9 @@ Item { leftMargin: 10 } height: 50 - background: null + background: Rectangle { + color: "transparent" + } contentItem: Text { text: session.displayText color: "#FFFFFF" @@ -132,7 +134,9 @@ Item { y: 5 width: 955 height: 75 - background: null + background: Rectangle { + color: "transparent" + } font.family: "Rajdhani" font.pointSize: 30 font.bold: true @@ -165,7 +169,9 @@ Item { y: 5 width: 955 height: 75 - background: null + background: Rectangle { + color: "transparent" + } font.family: "Rajdhani" font.pointSize: 30 font.bold: true