diff options
Diffstat (limited to 'modules/notifications/Background.qml')
| -rw-r--r-- | modules/notifications/Background.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/notifications/Background.qml b/modules/notifications/Background.qml index e3289af..a0ed11e 100644 --- a/modules/notifications/Background.qml +++ b/modules/notifications/Background.qml @@ -49,6 +49,10 @@ Shape { radiusX: root.rounding radiusY: root.rounding } + PathLine { + relativeX: 1 + relativeY: 0 + } Behavior on fillColor { ColorAnimation { |