diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-12-19 19:35:22 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-12-19 19:35:22 -0500 |
| commit | 66f5b7310ff39e6df6706d44e11961be10544378 (patch) | |
| tree | d6ef6bc2a166118c903ea3a26e7eab983b0ccd5a /components | |
| parent | 5ff030783a1c3062f5428aa2c59fe3b83253dc41 (diff) | |
| parent | 94561ed2a631b7211e99b29840f11919443b7455 (diff) | |
| download | monzero-gui-66f5b7310ff39e6df6706d44e11961be10544378.tar.gz monzero-gui-66f5b7310ff39e6df6706d44e11961be10544378.tar.xz monzero-gui-66f5b7310ff39e6df6706d44e11961be10544378.zip | |
Merge pull request #2622
94561ed fix clunky scrolling behavior on flickables (tobtoht)
Diffstat (limited to 'components')
| -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 |
