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

fix: notification warnings & updates

This commit is contained in:
purian23
2025-07-26 01:27:40 -04:00
parent 39e3107db6
commit 308d84bfa1
4 changed files with 169 additions and 137 deletions

View File

@@ -13,7 +13,7 @@ Rectangle {
property bool expanded: NotificationService.expandedGroups[notificationGroup?.key] || false
property bool descriptionExpanded: false
width: parent.width
width: parent ? parent.width : 400
height: {
if (expanded) {
return expandedContent.height + 28;