diff options
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index f96fef17..ba45e960 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -231,6 +231,8 @@ Controls2.ApplicationWindow { | |||
231 | anchors { | 231 | anchors { |
232 | top: newMailButton.bottom | 232 | top: newMailButton.bottom |
233 | topMargin: Kube.Units.smallSpacing | 233 | topMargin: Kube.Units.smallSpacing |
234 | left: parent.left | ||
235 | leftMargin: Kube.Units.smallSpacing | ||
234 | } | 236 | } |
235 | 237 | ||
236 | width: parent.width | 238 | width: parent.width |