Fix account button margins on settings page

This commit is contained in:
Devin Lin
2022-11-24 19:54:56 +00:00
parent 6e4fda2737
commit 60243c723a

View File

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