Removed all creeping: readonly property real scaling: Scaling.scale(screen)

This commit is contained in:
quadbyte 2025-08-15 11:24:05 -04:00
parent f67c48032f
commit 33bec01e98
31 changed files with 294 additions and 333 deletions

View file

@ -16,6 +16,7 @@ Variants {
required property ShellScreen modelData
readonly property real scaling: Scaling.scale(screen)
screen: modelData
// Access the notification model from the service
property ListModel notificationModel: NotificationService.notificationModel
@ -23,7 +24,6 @@ Variants {
// Track notifications being removed for animation
property var removingNotifications: ({})
screen: modelData
color: "transparent"
// If no notification display activated in settings, then show them all