From ccc398b2a085ccd56b72e4dfa550da8742d55b6d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 19 Sep 2025 23:56:17 +1000 Subject: internal: better scroll bar --- modules/launcher/AppList.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/launcher') diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml index 92f86d5..7f7b843 100644 --- a/modules/launcher/AppList.qml +++ b/modules/launcher/AppList.qml @@ -9,7 +9,6 @@ import qs.services import qs.config import Quickshell import QtQuick -import QtQuick.Controls StyledListView { id: root @@ -161,7 +160,9 @@ StyledListView { } } - ScrollBar.vertical: StyledScrollBar {} + StyledScrollBar.vertical: StyledScrollBar { + flickable: root + } add: Transition { enabled: !root.state -- cgit v1.2.3-freya