launcher: fix scroll bar
This commit is contained in:
parent
9d9042e029
commit
9567992294
1 changed files with 1 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue