summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-23 22:33:12 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-23 22:33:12 +0100
commit893171c5c618ff67f6fa5dafee813313a371d81d (patch)
treeb6650533eeeb216343d9f9210b6e2355a67d5f40 /components/package/contents/ui
parente945299b044db3ce30908803923d92c0e3654ef4 (diff)
downloadkube-893171c5c618ff67f6fa5dafee813313a371d81d.tar.gz
kube-893171c5c618ff67f6fa5dafee813313a371d81d.zip
Resolved binding loop
Diffstat (limited to 'components/package/contents/ui')
-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 }