From 9d9042e0290b5e28c38489cdd637f6c72f8294f5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 6 May 2025 18:58:51 +1000 Subject: feat: better launcher and osd animations Slide not clip --- modules/launcher/Content.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/launcher/Content.qml') diff --git a/modules/launcher/Content.qml b/modules/launcher/Content.qml index 5267bc9..6df3ed5 100644 --- a/modules/launcher/Content.qml +++ b/modules/launcher/Content.qml @@ -17,7 +17,7 @@ Item { implicitWidth: listWrapper.width + padding * 2 implicitHeight: search.height + listWrapper.height + padding * 2 + spacing - anchors.bottom: parent.bottom + anchors.top: parent.top anchors.horizontalCenter: parent.horizontalCenter StyledRect { -- cgit v1.2.3-freya