Skip to content

Commit

Permalink
Improved the dictionary popup scrolling behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu committed Oct 2, 2023
1 parent cfe5593 commit dae82fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/presentation/readingPage/MDictionaryPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ Popup {
clip: true
boundsBehavior: Flickable.StopAtBounds
boundsMovement: Flickable.StopAtBounds
flickDeceleration: 12000
maximumFlickVelocity: 1500

ScrollBar.vertical: ScrollBar {
visible: dictionaryList.contentHeight > dictionaryList.height
Expand Down

0 comments on commit dae82fd

Please sign in to comment.