mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 18:57:25 -04:00
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