WizardController: make scrollbar visible

pull/2/head
selsta 5 years ago
parent a65222d057
commit d4a6826d13
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -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: {