diff options
Diffstat (limited to 'modules/notifications/Notification.qml')
| -rw-r--r-- | modules/notifications/Notification.qml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index b5376cf..8c2d3ec 100644 --- a/modules/notifications/Notification.qml +++ b/modules/notifications/Notification.qml @@ -108,7 +108,6 @@ StyledRect { id: image active: root.hasImage - asynchronous: true anchors.left: parent.left anchors.top: parent.top @@ -135,7 +134,6 @@ StyledRect { id: appIcon active: root.hasAppIcon || !root.hasImage - asynchronous: true anchors.horizontalCenter: root.hasImage ? undefined : image.horizontalCenter anchors.verticalCenter: root.hasImage ? undefined : image.verticalCenter @@ -152,7 +150,6 @@ StyledRect { id: icon active: root.hasAppIcon - asynchronous: true anchors.centerIn: parent @@ -169,7 +166,6 @@ StyledRect { Loader { active: !root.hasAppIcon - asynchronous: true anchors.centerIn: parent anchors.horizontalCenterOffset: -Appearance.font.size.large * 0.02 anchors.verticalCenterOffset: Appearance.font.size.large * 0.02 |