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 /MiddlePanel.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 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 44e0acdf..fd3406d2 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -186,6 +186,7 @@ Rectangle { Layout.fillWidth: true Layout.fillHeight: true clip: true + boundsBehavior: isMac ? Flickable.DragAndOvershootBounds : Flickable.StopAtBounds ScrollBar.vertical: ScrollBar { parent: root |
