summaryrefslogtreecommitdiff
path: root/modules/launcher/AppList.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-19 23:56:17 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-19 23:56:17 +1000
commitccc398b2a085ccd56b72e4dfa550da8742d55b6d (patch)
tree3e1234a0e6d522d5611764450b8008db3f47be45 /modules/launcher/AppList.qml
parentsidebar/notifs: fix clear all button & expand bugs (diff)
downloadcaelestia-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.qml5
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