Skip to content

Commit

Permalink
Fix SettingsPage's GradientListView to add clipping
Browse files Browse the repository at this point in the history
Clip the GradientListView to prevent delegates that extend beyond
the ListView's top and bottom edges from being clickable outside
of those boundaries.

Fixes #1714
  • Loading branch information
MikeTrahearn-Qinetic committed Dec 16, 2024
1 parent a97e92a commit 5a676a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/SettingsPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ SwipeViewPage {
GradientListView {
id: settingsListView

clip: true

model: [
{
//% "Device list"
Expand Down

0 comments on commit 5a676a9

Please sign in to comment.