From 19fbbd165ed5b321692c6f66ec4b42cd7017b616 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 10 Aug 2021 23:44:31 +0200 Subject: [PATCH] Fix button margins in wizard pages --- nymea-app/ui/components/WizardPageBase.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nymea-app/ui/components/WizardPageBase.qml b/nymea-app/ui/components/WizardPageBase.qml index 24e8601e..4b19d030 100644 --- a/nymea-app/ui/components/WizardPageBase.qml +++ b/nymea-app/ui/components/WizardPageBase.qml @@ -26,6 +26,7 @@ Page { spacing: Style.margins RowLayout { + Layout.margins: Style.margins ProgressButton { imageSource: "/ui/images/navigation-menu.svg" longpressEnabled: false @@ -35,7 +36,6 @@ Page { Label { id: titleLabel Layout.fillWidth: true - Layout.margins: Style.margins text: root.title font: Style.largeFont horizontalAlignment: Text.AlignHCenter