From cd602feafc99cd5ebc51096a9f8fbdce9e742849 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 2 Nov 2017 09:28:20 +0100 Subject: place popup notificaitons at the bottom --- components/kube/contents/ui/Kube.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'components') 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 { id: notificationPopup anchors { - top: parent.top - horizontalCenter: parent.horizontalCenter + left: parent.left + leftMargin: app.sidebarWidth - 3 // so it does not align with the border + bottom: parent.bottom + bottomMargin: Kube.Units.gridUnit * 4 } } //END Notification -- cgit v1.2.3