From 00d3c1a472888817d7649391d4a8485c5fc6f6f5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 3 May 2025 23:56:37 +1000 Subject: feat: launcher wallpaper selector --- modules/launcher/AppList.qml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'modules/launcher/AppList.qml') diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml index ab08db7..2f352ba 100644 --- a/modules/launcher/AppList.qml +++ b/modules/launcher/AppList.qml @@ -30,17 +30,12 @@ ListView { onValuesChanged: root.currentIndex = 0 } - clip: true spacing: Appearance.spacing.small orientation: Qt.Vertical implicitHeight: (LauncherConfig.sizes.itemHeight + spacing) * Math.min(LauncherConfig.maxShown, count) - spacing - anchors.left: parent.left - anchors.right: parent.right - anchors.bottom: parent.bottom - anchors.margins: root.padding - highlightMoveDuration: Appearance.anim.durations.normal + highlightResizeDuration: 0 highlight: StyledRect { radius: Appearance.rounding.normal @@ -111,13 +106,6 @@ ListView { } } - Behavior on implicitHeight { - Anim { - duration: Appearance.anim.durations.large - easing.bezierCurve: Appearance.anim.curves.emphasizedDecel - } - } - Behavior on isAction { SequentialAnimation { ParallelAnimation { -- cgit v1.2.3-freya