summaryrefslogtreecommitdiff
path: root/modules/dashboard/dash/Media.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard/dash/Media.qml')
-rw-r--r--modules/dashboard/dash/Media.qml10
1 files changed, 1 insertions, 9 deletions
diff --git a/modules/dashboard/dash/Media.qml b/modules/dashboard/dash/Media.qml
index 075844c..777c5e8 100644
--- a/modules/dashboard/dash/Media.qml
+++ b/modules/dashboard/dash/Media.qml
@@ -87,7 +87,7 @@ Item {
}
}
- ClippingRectangle {
+ StyledClippingRect {
id: cover
anchors.top: parent.top
@@ -118,14 +118,6 @@ Item {
sourceSize.width: width
sourceSize.height: height
}
-
- Behavior on color {
- ColorAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
- }
}
StyledText {