From 21ee389ee2c195ac1895c10c4d5cf9bb3dc1d3f3 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 20 Mar 2017 10:16:52 +0100 Subject: move positioning anchors out of Notificaion.qml --- components/mail/contents/ui/Mail.qml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'components/mail') diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml index acb75554..528c9073 100644 --- a/components/mail/contents/ui/Mail.qml +++ b/components/mail/contents/ui/Mail.qml @@ -351,9 +351,16 @@ Controls2.ApplicationWindow { } //END AccountWizard + //BEGIN Notification KubeComponents.Notification { id: notificationPopup + + anchors { + top: parent.top + horizontalCenter: parent.horizontalCenter + } } + //END Notification //BEGIN Search Controls2.Popup { -- cgit v1.2.3