summaryrefslogtreecommitdiffstats
path: root/components/package/contents
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents')
-rw-r--r--components/package/contents/ui/EditAccount.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/package/contents/ui/EditAccount.qml b/components/package/contents/ui/EditAccount.qml
index e3e049fa..f9c04d98 100644
--- a/components/package/contents/ui/EditAccount.qml
+++ b/components/package/contents/ui/EditAccount.qml
@@ -65,7 +65,6 @@ Item {
65 id: accountEdit 65 id: accountEdit
66 anchors { 66 anchors {
67 top:subHeadline.bottom 67 top:subHeadline.bottom
68 bottom: spacer.top
69 left: parent.left 68 left: parent.left
70 right: parent.right 69 right: parent.right
71 topMargin: Kirigami.Units.largeSpacing * 2 70 topMargin: Kirigami.Units.largeSpacing * 2
@@ -84,7 +83,6 @@ Item {
84 Layout.fillHeight: true 83 Layout.fillHeight: true
85 anchors { 84 anchors {
86 top:accountEdit.bottom 85 top:accountEdit.bottom
87 bottom: footer.top
88 left: parent.left 86 left: parent.left
89 right: parent.right 87 right: parent.right
90 } 88 }