From d4a6826d131b02fbaaa9c12fb6d96cceca391909 Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 22 Jul 2019 22:27:34 +0200 Subject: [PATCH] WizardController: make scrollbar visible --- wizard/WizardController.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index c209faf0..cf8984a5 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -273,12 +273,13 @@ Rectangle { clip: true ScrollBar.vertical: ScrollBar { - parent: wizardFlickable.parent + parent: wizardController anchors.left: parent.right - anchors.leftMargin: 3 + anchors.leftMargin: -14 // 10 margin + 4 scrollbar width anchors.top: parent.top - anchors.topMargin: 4 + anchors.topMargin: persistentSettings.customDecorations ? 60 : 10 anchors.bottom: parent.bottom + anchors.bottomMargin: persistentSettings.customDecorations ? 15 : 10 } onFlickingChanged: {