diff options
-rw-r--r-- | components/kube/contents/ui/MailView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/MailView.qml b/components/kube/contents/ui/MailView.qml index b579ff27..63a58dd6 100644 --- a/components/kube/contents/ui/MailView.qml +++ b/components/kube/contents/ui/MailView.qml | |||
@@ -56,7 +56,7 @@ SplitView { | |||
56 | anchors { | 56 | anchors { |
57 | top: newMailButton.bottom | 57 | top: newMailButton.bottom |
58 | topMargin: Kube.Units.largeSpacing | 58 | topMargin: Kube.Units.largeSpacing |
59 | bottom: parent.bottom | 59 | bottom: statusBar.top |
60 | left: newMailButton.left | 60 | left: newMailButton.left |
61 | right: parent.right | 61 | right: parent.right |
62 | } | 62 | } |