summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-20 14:08:20 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-20 14:08:20 +0200
commit756631a8a87f88918031a25a3bfc914a22fd0ca6 (patch)
treeeae27f967ea2106c21336631e5b4646509301ac2
parent05197a3f386a8ba26be689805402186efdb4e000 (diff)
downloadkube-756631a8a87f88918031a25a3bfc914a22fd0ca6.tar.gz
kube-756631a8a87f88918031a25a3bfc914a22fd0ca6.zip
give the accountname a little leftMargin so it does not touch the sidebar
-rw-r--r--components/kube/contents/ui/Kube.qml2
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