From ca5c45b1c542a077302087b16d1ed318fe520eda Mon Sep 17 00:00:00 2001 From: Jakub Date: Mon, 8 Nov 2021 21:49:00 +0100 Subject: [PATCH] Other: make setup guide not transparent --- internal/frontend/qml/SetupGuide.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/frontend/qml/SetupGuide.qml b/internal/frontend/qml/SetupGuide.qml index 85911312..b2e8e233 100644 --- a/internal/frontend/qml/SetupGuide.qml +++ b/internal/frontend/qml/SetupGuide.qml @@ -23,7 +23,7 @@ import QtQuick.Controls.impl 2.12 import Proton 4.0 -Item { +Rectangle { id:root property ColorScheme colorScheme @@ -36,6 +36,7 @@ Item { implicitHeight: children[0].implicitHeight implicitWidth: children[0].implicitWidth + color: root.colorScheme.background_norm RowLayout { anchors.fill: parent