diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-19 23:56:17 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-19 23:56:17 +1000 |
| commit | ccc398b2a085ccd56b72e4dfa550da8742d55b6d (patch) | |
| tree | 3e1234a0e6d522d5611764450b8008db3f47be45 /modules/launcher/AppList.qml | |
| parent | sidebar/notifs: fix clear all button & expand bugs (diff) | |
| download | caelestia-shell-ccc398b2a085ccd56b72e4dfa550da8742d55b6d.tar.gz caelestia-shell-ccc398b2a085ccd56b72e4dfa550da8742d55b6d.tar.bz2 caelestia-shell-ccc398b2a085ccd56b72e4dfa550da8742d55b6d.zip | |
internal: better scroll bar
Diffstat (limited to 'modules/launcher/AppList.qml')
| -rw-r--r-- | modules/launcher/AppList.qml | 5 |
1 files changed, 3 insertions, 2 deletions
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 |