From 6cf5f2edc4351bef092307d4992c7cef89daf448 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:38:08 +0200 Subject: [PATCH] RoundCorner: remove unnecessary and not properly imported anim --- .config/quickshell/ii/modules/common/widgets/RoundCorner.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/quickshell/ii/modules/common/widgets/RoundCorner.qml b/.config/quickshell/ii/modules/common/widgets/RoundCorner.qml index 4dbbb56e..80aa62f2 100644 --- a/.config/quickshell/ii/modules/common/widgets/RoundCorner.qml +++ b/.config/quickshell/ii/modules/common/widgets/RoundCorner.qml @@ -72,8 +72,4 @@ Item { } } - Behavior on implicitSize { - animation: Appearance?.animation.elementMoveFast.numberAnimation.createObject(this) - } - }