forked from Public/monero-gui
Merge pull request #2622
94561ed fix clunky scrolling behavior on flickables (tobtoht)
This commit is contained in:
@@ -125,6 +125,7 @@ Rectangle {
|
||||
id: flickable
|
||||
anchors.fill: parent
|
||||
ScrollBar.vertical: ScrollBar { }
|
||||
boundsBehavior: isMac ? Flickable.DragAndOvershootBounds : Flickable.StopAtBounds
|
||||
|
||||
TextArea.flickable: TextArea {
|
||||
id: dialogContent
|
||||
|
||||
Reference in New Issue
Block a user