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 /components/StandardDialog.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 'components/StandardDialog.qml')
| -rw-r--r-- | components/StandardDialog.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml index cf6ed30e..2db02abb 100644 --- a/components/StandardDialog.qml +++ b/components/StandardDialog.qml @@ -125,6 +125,7 @@ Rectangle { id: flickable anchors.fill: parent ScrollBar.vertical: ScrollBar { } + boundsBehavior: isMac ? Flickable.DragAndOvershootBounds : Flickable.StopAtBounds TextArea.flickable: TextArea { id: dialogContent |
