summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/kube/contents/ui/Kube.qml3
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