aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorthotbot <thotbot@protonmail.com>2019-12-16 20:52:50 +0000
committerthotbot <thotbot@protonmail.com>2019-12-17 23:11:11 +0000
commit94561ed2a631b7211e99b29840f11919443b7455 (patch)
tree9d08350384c833477b98547e4c4b4b6d46fae863 /wizard
parent46227bdad08e191d54e49813ee2f4c0e3c226f95 (diff)
downloadmonzero-gui-94561ed2a631b7211e99b29840f11919443b7455.tar.gz
monzero-gui-94561ed2a631b7211e99b29840f11919443b7455.tar.xz
monzero-gui-94561ed2a631b7211e99b29840f11919443b7455.zip
fix clunky scrolling behavior on flickables
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardController.qml1
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