1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Remove arbitrary height limit on notification settings

This commit is contained in:
bbedward
2025-10-04 08:46:35 -04:00
parent a6dd7254b2
commit bc335c7d72
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ Rectangle {
readonly property real contentHeight: contentColumn.height + Theme.spacingL * 2
width: parent.width
height: expanded ? Math.min(contentHeight, 400) : 0
height: expanded ? contentHeight : 0
visible: expanded
clip: true
radius: Theme.cornerRadius