1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

fix: clip add widget listview in control center

This commit is contained in:
bbedward
2025-10-15 00:02:26 -04:00
parent 54ef14e765
commit adaa0caab8

View File

@@ -69,6 +69,7 @@ Row {
anchors.right: parent.right
anchors.bottom: parent.bottom
spacing: Theme.spacingS
clip: true
model: root.availableWidgets
delegate: Rectangle {