Skip to content

Commit dae82fd

Browse files
Improved the dictionary popup scrolling behavior
1 parent cfe5593 commit dae82fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/presentation/readingPage/MDictionaryPopup.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ Popup {
165165
clip: true
166166
boundsBehavior: Flickable.StopAtBounds
167167
boundsMovement: Flickable.StopAtBounds
168+
flickDeceleration: 12000
169+
maximumFlickVelocity: 1500
168170

169171
ScrollBar.vertical: ScrollBar {
170172
visible: dictionaryList.contentHeight > dictionaryList.height

0 commit comments

Comments
 (0)