From 60243c723a48a442ab6605d886b3548964367b2c Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Thu, 24 Nov 2022 19:54:56 +0000 Subject: [PATCH] Fix account button margins on settings page --- src/qml/Settings/AccountsPage.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qml/Settings/AccountsPage.qml b/src/qml/Settings/AccountsPage.qml index 13e204d2e..55a93186e 100644 --- a/src/qml/Settings/AccountsPage.qml +++ b/src/qml/Settings/AccountsPage.qml @@ -28,7 +28,8 @@ Kirigami.ScrollablePage { Repeater { model: AccountRegistry - delegate: MobileForm.FormButtonDelegate { + delegate: MobileForm.AbstractFormDelegate { + Layout.fillWidth: true onClicked: pageSettingStack.pushDialogLayer("qrc:/AccountEditorPage.qml", { connection: model.connection }, {