From 9e92ee020e2f8cb1ceca0d81234ad4eaceefd58a Mon Sep 17 00:00:00 2001 From: Vladyslav Miachkov <34045014+fameowner99@users.noreply.github.com> Date: Fri, 3 May 2024 03:12:22 +0300 Subject: [PATCH] Add connect button background (#785) Add connect button background --- client/ui/qml/Pages2/PageSetupWizardViewConfig.qml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/client/ui/qml/Pages2/PageSetupWizardViewConfig.qml b/client/ui/qml/Pages2/PageSetupWizardViewConfig.qml index 024f34881..b0d5ce44f 100644 --- a/client/ui/qml/Pages2/PageSetupWizardViewConfig.qml +++ b/client/ui/qml/Pages2/PageSetupWizardViewConfig.qml @@ -150,7 +150,7 @@ PageType { Rectangle { Layout.fillWidth: true - Layout.bottomMargin: 16 + Layout.bottomMargin: 48 implicitHeight: configContent.implicitHeight @@ -173,7 +173,15 @@ PageType { } } + Rectangle { + anchors.fill: columnContent + anchors.bottomMargin: -24 + color: "#0E0E11" + opacity: 0.8 + } + ColumnLayout { + id: columnContent anchors.bottom: parent.bottom anchors.left: parent.left anchors.right: parent.right