From 95679922941c0ee00ae2a27acb6435d74a9ab3d3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 6 May 2025 19:02:23 +1000 Subject: launcher: fix scroll bar --- modules/launcher/AppList.qml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'modules') diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml index dc58402..b408276 100644 --- a/modules/launcher/AppList.qml +++ b/modules/launcher/AppList.qml @@ -44,16 +44,7 @@ ListView { delegate: isAction ? actionItem : appItem - ScrollBar.vertical: StyledScrollBar { - // Move half out - parent: root.parent - anchors.top: root.top - anchors.bottom: root.bottom - anchors.right: root.right - anchors.topMargin: root.padding / 2 - anchors.bottomMargin: root.padding / 2 - anchors.rightMargin: -root.padding / 2 - } + ScrollBar.vertical: StyledScrollBar {} add: Transition { Anim { -- cgit v1.2.3-freya