diff options
-rw-r--r-- | components/kube/contents/ui/AccountsView.qml | 5 |
1 files changed, 1 insertions, 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 { | |||
92 | Kube.EditAccount { | 92 | Kube.EditAccount { |
93 | id: edit | 93 | id: edit |
94 | anchors { | 94 | anchors { |
95 | top: parent.top | 95 | fill: parent |
96 | left: parent.left | ||
97 | right: parent.right | ||
98 | bottom: parent.bottom | ||
99 | bottomMargin: Kube.Units.largeSpacing | 96 | bottomMargin: Kube.Units.largeSpacing |
100 | } | 97 | } |
101 | 98 | ||