diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-20 14:21:49 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-20 14:21:49 +0200 |
commit | c50aba36928532df7667940b88f1c7f9cd23854d (patch) | |
tree | 258e93d765b836da3109149576b2412c8a9567f6 | |
parent | 756631a8a87f88918031a25a3bfc914a22fd0ca6 (diff) | |
download | kube-c50aba36928532df7667940b88f1c7f9cd23854d.tar.gz kube-c50aba36928532df7667940b88f1c7f9cd23854d.zip |
even more spacing
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index ba45e960..f6290e54 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -232,7 +232,7 @@ Controls2.ApplicationWindow { | |||
232 | top: newMailButton.bottom | 232 | top: newMailButton.bottom |
233 | topMargin: Kube.Units.smallSpacing | 233 | topMargin: Kube.Units.smallSpacing |
234 | left: parent.left | 234 | left: parent.left |
235 | leftMargin: Kube.Units.smallSpacing | 235 | leftMargin: Kube.Units.largeSpacing |
236 | } | 236 | } |
237 | 237 | ||
238 | width: parent.width | 238 | width: parent.width |
@@ -299,6 +299,7 @@ Controls2.ApplicationWindow { | |||
299 | bottom: statusBar.top | 299 | bottom: statusBar.top |
300 | left: parent.left | 300 | left: parent.left |
301 | right: parent.right | 301 | right: parent.right |
302 | leftMargin: Kube.Units.largeSpacing | ||
302 | } | 303 | } |
303 | 304 | ||
304 | focus: true | 305 | focus: true |