[kcm/effects] Clip ListView
Summary: Otherwise the content overflows the frame when scrolling. QQC2 scrollview docs say "ScrollView does not automatically clip its contents. If it is not used as a full-screen item, you should consider setting the clip property to true" Test Plan: Before: {F8121150} After: {F8121152} Reviewers: #kwin, #plasma, ngraham Reviewed By: ngraham Subscribers: ngraham, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D27558
This commit is contained in:
parent
7159684ced
commit
8fb839f682
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ ScrollViewKCM {
|
|||
|
||||
property var _buttonGroups: []
|
||||
|
||||
clip: true
|
||||
|
||||
model: Private.EffectsFilterProxyModel {
|
||||
id: searchModel
|
||||
|
||||
|
|
Loading…
Reference in a new issue