From 0a34970bd17d6420f746f7d2ac45c3ecf058c90e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:07:43 +1000 Subject: launcher: fix size when rapid close and reopen Only for when a short period but not super short periods --- modules/launcher/ContentList.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/launcher/ContentList.qml b/modules/launcher/ContentList.qml index 3ce39f1..93bb913 100644 --- a/modules/launcher/ContentList.qml +++ b/modules/launcher/ContentList.qml @@ -160,6 +160,8 @@ Item { } Behavior on implicitWidth { + enabled: root.visibilities.launcher + NumberAnimation { duration: Appearance.anim.durations.large easing.type: Easing.BezierSpline @@ -168,6 +170,8 @@ Item { } Behavior on implicitHeight { + enabled: root.visibilities.launcher + NumberAnimation { duration: Appearance.anim.durations.large easing.type: Easing.BezierSpline -- cgit v1.2.3-freya