diff --git a/Modules/Notification/Notification.qml b/Modules/Notification/Notification.qml index e853f4f0..afa9282e 100644 --- a/Modules/Notification/Notification.qml +++ b/Modules/Notification/Notification.qml @@ -163,7 +163,7 @@ Variants { anchors.top: parent.top anchors.left: parent.left anchors.right: parent.right - height: 3 * scaling + height: 2 * scaling color: "transparent" clip: true @@ -178,14 +178,10 @@ Variants { else return Color.mPrimary } - - radius: parent.height / 2 antialiasing: true } } - - // Animation properties property real scaleValue: 0.8 property real opacityValue: 0.0