diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-03 23:56:37 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-03 23:56:37 +1000 |
| commit | 00d3c1a472888817d7649391d4a8485c5fc6f6f5 (patch) | |
| tree | 45b351c62f61ede55acfc209dde686f1c161a942 /modules/launcher/AppList.qml | |
| parent | feat: use multieffect instead of qt5compat (diff) | |
| download | caelestia-shell-00d3c1a472888817d7649391d4a8485c5fc6f6f5.tar.gz caelestia-shell-00d3c1a472888817d7649391d4a8485c5fc6f6f5.tar.bz2 caelestia-shell-00d3c1a472888817d7649391d4a8485c5fc6f6f5.zip | |
feat: launcher wallpaper selector
Diffstat (limited to 'modules/launcher/AppList.qml')
| -rw-r--r-- | modules/launcher/AppList.qml | 14 |
1 files changed, 1 insertions, 13 deletions
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 { |