Disable bouncy scrolling.
ClosedPublic

Authored by hein on Aug 15 2017, 11:25 AM.

Details

Summary

Matches other Plasma scrollable lists (e.g. Kicker's).

CCBUG:378042

Diff Detail

Repository
R119 Plasma Desktop
Branch
Plasma/5.8
Lint
No Linters Available
Unit
No Unit Test Coverage
hein created this revision.Aug 15 2017, 11:25 AM
Restricted Application added a project: Plasma. · View Herald TranscriptAug 15 2017, 11:25 AM
davidedmundson accepted this revision.Aug 15 2017, 11:28 AM
This revision is now accepted and ready to land.Aug 15 2017, 11:28 AM
This revision was automatically updated to reflect the committed changes.
broulik added inline comments.
applets/taskmanager/package/contents/ui/GroupDialog.qml
93

This should be flickableItem.boundsBehavior but Plasma's ScrollView should do that automatically, I don't see why this should be needed.

94

This is not a ListView

hein added a comment.Aug 16 2017, 1:44 AM

This should be flickableItem.boundsBehavior but Plasma's ScrollView should do that automatically

Apparently it doesn't, because scrolling is bouncy unless it's set.