From 59d579ee05c897c8da6d9fffa23b345ac31c8387 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 26 Jul 2017 14:51:59 -0600 Subject: Cleanup --- components/kube/contents/ui/AccountsView.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/kube/contents/ui/AccountsView.qml b/components/kube/contents/ui/AccountsView.qml index 66fef9f7..9a88ea7a 100644 --- a/components/kube/contents/ui/AccountsView.qml +++ b/components/kube/contents/ui/AccountsView.qml @@ -92,10 +92,7 @@ Rectangle { Kube.EditAccount { id: edit anchors { - top: parent.top - left: parent.left - right: parent.right - bottom: parent.bottom + fill: parent bottomMargin: Kube.Units.largeSpacing } -- cgit v1.2.3