diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 6 |
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 |