1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 22:12:50 -05:00

desktop: fix widget display toggle

This commit is contained in:
bbedward
2025-12-17 14:24:13 -05:00
parent 7e141c6b36
commit 6abb2c73fd
2 changed files with 18 additions and 4 deletions

View File

@@ -271,7 +271,7 @@ Rectangle {
Rectangle {
required property var modelData
width: parent.width - Theme.spacingM * 2
width: (parent?.width ?? 0) - Theme.spacingM * 2
x: Theme.spacingM
height: 40
radius: Theme.cornerRadius