diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-26 14:51:59 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-26 14:51:59 -0600 |
commit | 59d579ee05c897c8da6d9fffa23b345ac31c8387 (patch) | |
tree | c9992651dc1ca156199db75392468a2790cf0a5b /components | |
parent | f5a873f42be43d065dc315d9236aed5668359bca (diff) | |
download | kube-59d579ee05c897c8da6d9fffa23b345ac31c8387.tar.gz kube-59d579ee05c897c8da6d9fffa23b345ac31c8387.zip |
Cleanup
Diffstat (limited to 'components')
-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 | ||