From 63da636144635e5aa6b7ff1a2d2eec2a1e35aafa Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 27 May 2025 10:42:08 +0800 Subject: internal: bar only vertical The bar can only be vertical Remove box, boxlayout and anchortext Add StyledClippingRect --- modules/dashboard/dash/Media.qml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'modules/dashboard/dash/Media.qml') 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 { -- cgit v1.2.3-freya