Fix account button margins on settings page
This commit is contained in:
@@ -28,7 +28,8 @@ Kirigami.ScrollablePage {
|
|||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
model: AccountRegistry
|
model: AccountRegistry
|
||||||
delegate: MobileForm.FormButtonDelegate {
|
delegate: MobileForm.AbstractFormDelegate {
|
||||||
|
Layout.fillWidth: true
|
||||||
onClicked: pageSettingStack.pushDialogLayer("qrc:/AccountEditorPage.qml", {
|
onClicked: pageSettingStack.pushDialogLayer("qrc:/AccountEditorPage.qml", {
|
||||||
connection: model.connection
|
connection: model.connection
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user