diff options
Diffstat (limited to 'components/mail/contents/ui')
-rw-r--r-- | components/mail/contents/ui/Mail.qml | 7 |
1 files changed, 7 insertions, 0 deletions
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 { | |||
351 | } | 351 | } |
352 | //END AccountWizard | 352 | //END AccountWizard |
353 | 353 | ||
354 | //BEGIN Notification | ||
354 | KubeComponents.Notification { | 355 | KubeComponents.Notification { |
355 | id: notificationPopup | 356 | id: notificationPopup |
357 | |||
358 | anchors { | ||
359 | top: parent.top | ||
360 | horizontalCenter: parent.horizontalCenter | ||
361 | } | ||
356 | } | 362 | } |
363 | //END Notification | ||
357 | 364 | ||
358 | //BEGIN Search | 365 | //BEGIN Search |
359 | Controls2.Popup { | 366 | Controls2.Popup { |