summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r--components/package/contents/ui/Notification.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/package/contents/ui/Notification.qml b/components/package/contents/ui/Notification.qml
index 51f06512..95be52b6 100644
--- a/components/package/contents/ui/Notification.qml
+++ b/components/package/contents/ui/Notification.qml
@@ -35,11 +35,6 @@ MouseArea {
35 onTriggered: popup.hide() 35 onTriggered: popup.hide()
36 } 36 }
37 37
38 anchors {
39 top: parent.top
40 horizontalCenter: parent.horizontalCenter
41 }
42
43 width: Math.max(300, message.contentWidth + (Kirigami.Units.largeSpacing * 2)) 38 width: Math.max(300, message.contentWidth + (Kirigami.Units.largeSpacing * 2))
44 height: Math.max(50, message.contentHeight + (Kirigami.Units.largeSpacing * 2)) 39 height: Math.max(50, message.contentHeight + (Kirigami.Units.largeSpacing * 2))
45 40