diff options
Diffstat (limited to 'modules/launcher/AppList.qml')
| -rw-r--r-- | modules/launcher/AppList.qml | 11 |
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 { |