Skip to content

Commit

Permalink
assigned magic nunber to coachbuffer for scrolling smoothly
Browse files Browse the repository at this point in the history
  • Loading branch information
ronoaer committed Sep 18, 2023
1 parent 814c574 commit d85b1f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/ui/qml/Components/SettingsContainersListView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ ListView {
width: parent.width
height: root.contentItem.height

cacheBuffer: 1024

clip: true
interactive: false

Expand Down
2 changes: 2 additions & 0 deletions client/ui/qml/Pages2/PageProtocolOpenVpnSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ PageType {
width: parent.width
height: listview.contentItem.height

cacheBuffer: 1024

clip: true
interactive: false

Expand Down

0 comments on commit d85b1f7

Please sign in to comment.