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 }, {