diff options
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 { |