notif popup dismiss animation fix

This commit is contained in:
end-4
2025-04-22 08:10:54 +02:00
parent 13f68dacfb
commit 806230ff52
@@ -78,8 +78,8 @@ Item {
notificationBackground.anchors.left = undefined
notificationBackground.anchors.right = undefined
notificationBackground.anchors.fill = undefined
notificationRowWrapper.x = width
notificationBackground.x = width
notificationRowWrapper.x = width + 5 * 2 // Account for shadow
notificationBackground.x = width + 5 * 2 // Account for shadow
destroyTimer1.start()
}
}