summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-06 19:02:23 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-06 19:02:23 +1000
commit95679922941c0ee00ae2a27acb6435d74a9ab3d3 (patch)
tree8a7c61d166e2fe34dacb4aaba5ddf5f52ab7c629
parentfeat: better launcher and osd animations (diff)
downloadcaelestia-shell-95679922941c0ee00ae2a27acb6435d74a9ab3d3.tar.gz
caelestia-shell-95679922941c0ee00ae2a27acb6435d74a9ab3d3.tar.bz2
caelestia-shell-95679922941c0ee00ae2a27acb6435d74a9ab3d3.zip
launcher: fix scroll bar
-rw-r--r--modules/launcher/AppList.qml11
1 files changed, 1 insertions, 10 deletions
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 {