diff options
| author | thotbot <thotbot@protonmail.com> | 2019-12-16 20:52:50 +0000 |
|---|---|---|
| committer | thotbot <thotbot@protonmail.com> | 2019-12-17 23:11:11 +0000 |
| commit | 94561ed2a631b7211e99b29840f11919443b7455 (patch) | |
| tree | 9d08350384c833477b98547e4c4b4b6d46fae863 /wizard/WizardController.qml | |
| parent | 46227bdad08e191d54e49813ee2f4c0e3c226f95 (diff) | |
| download | monzero-gui-94561ed2a631b7211e99b29840f11919443b7455.tar.gz monzero-gui-94561ed2a631b7211e99b29840f11919443b7455.tar.xz monzero-gui-94561ed2a631b7211e99b29840f11919443b7455.zip | |
fix clunky scrolling behavior on flickables
Diffstat (limited to 'wizard/WizardController.qml')
| -rw-r--r-- | wizard/WizardController.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index 235d0f1f..03f479d9 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -267,6 +267,7 @@ Rectangle { id: wizardFlickable anchors.fill: parent clip: true + boundsBehavior: isMac ? Flickable.DragAndOvershootBounds : Flickable.StopAtBounds ScrollBar.vertical: ScrollBar { parent: wizardController |
