summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-03 12:28:10 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-03 12:28:10 +0200
commitf3ee4a972a187ba0f1448ab9bf364f14e7a15aec (patch)
tree892716e7b34e7331e7b8aecdc9cef793232030b6
parentf9a3f0804189d5cd986eabb53f5702dd2354bfbe (diff)
downloadkube-f3ee4a972a187ba0f1448ab9bf364f14e7a15aec.tar.gz
kube-f3ee4a972a187ba0f1448ab9bf364f14e7a15aec.zip
Don't overlap
-rw-r--r--components/kube/contents/ui/MailView.qml2
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 }