From 7622b89bddfd46b8442b0676c1ad2a9d648e2616 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sun, 22 Nov 2020 11:42:09 +0100 Subject: [PATCH] Move settings page's login button in the footer --- imports/NeoChat/Page/SettingsPage.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/imports/NeoChat/Page/SettingsPage.qml b/imports/NeoChat/Page/SettingsPage.qml index 16ea72220..85906ce46 100644 --- a/imports/NeoChat/Page/SettingsPage.qml +++ b/imports/NeoChat/Page/SettingsPage.qml @@ -21,8 +21,12 @@ Kirigami.ScrollablePage { Kirigami.FormData.label: i18n("Show Notifications:") checked: Config.showNotifications } + } + footer: RowLayout { QQC2.Button { + Layout.alignment: Qt.AlignRight + Layout.margins: Kirigami.Units.smallSpacing text: i18n("Save") onClicked: { Config.showNotifications = showNotifications.checked;