RoundCorner: remove unnecessary and not properly imported anim

This commit is contained in:
end-4 2025-09-09 21:38:08 +02:00
parent f0570b0e20
commit 6cf5f2edc4

View file

@ -72,8 +72,4 @@ Item {
}
}
Behavior on implicitSize {
animation: Appearance?.animation.elementMoveFast.numberAnimation.createObject(this)
}
}