From 893171c5c618ff67f6fa5dafee813313a371d81d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 23 Feb 2017 22:33:12 +0100 Subject: Resolved binding loop --- components/package/contents/ui/EditAccount.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/package/contents/ui/EditAccount.qml') 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 { id: accountEdit anchors { top:subHeadline.bottom - bottom: spacer.top left: parent.left right: parent.right topMargin: Kirigami.Units.largeSpacing * 2 @@ -84,7 +83,6 @@ Item { Layout.fillHeight: true anchors { top:accountEdit.bottom - bottom: footer.top left: parent.left right: parent.right } -- cgit v1.2.3