launcher: fix scroll bar

This commit is contained in:
2 * r + 2 * t 2025-05-06 19:02:23 +10:00
parent 9d9042e029
commit 9567992294

View file

@ -44,16 +44,7 @@ ListView {
delegate: isAction ? actionItem : appItem delegate: isAction ? actionItem : appItem
ScrollBar.vertical: StyledScrollBar { 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
}
add: Transition { add: Transition {
Anim { Anim {