summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-11-02 09:28:20 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-11-02 09:28:20 +0100
commitcd602feafc99cd5ebc51096a9f8fbdce9e742849 (patch)
tree48a19f809c45209dab9bdc8cc59051922958117c /components
parented91fe6cddd689382f23167c1136e3a8386df0b5 (diff)
downloadkube-cd602feafc99cd5ebc51096a9f8fbdce9e742849.tar.gz
kube-cd602feafc99cd5ebc51096a9f8fbdce9e742849.zip
place popup notificaitons at the bottom
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index 008d4899..344dbdc7 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -402,8 +402,10 @@ Controls2.ApplicationWindow {
402 id: notificationPopup 402 id: notificationPopup
403 403
404 anchors { 404 anchors {
405 top: parent.top 405 left: parent.left
406 horizontalCenter: parent.horizontalCenter 406 leftMargin: app.sidebarWidth - 3 // so it does not align with the border
407 bottom: parent.bottom
408 bottomMargin: Kube.Units.gridUnit * 4
407 } 409 }
408 } 410 }
409 //END Notification 411 //END Notification