1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 14:02:53 -05:00

remove arbiritary height cap

This commit is contained in:
bbedward
2025-08-30 12:47:02 -04:00
parent 7d3196c3cf
commit e55c97185a

View File

@@ -120,7 +120,7 @@ Item {
id: modalContent
anchors.centerIn: parent
width: 320
height: Math.min(contentColumn.implicitHeight + Theme.spacingL * 2, 400)
height: contentColumn.implicitHeight + Theme.spacingL * 2
radius: Theme.cornerRadius
color: Theme.surfaceContainer
border.color: Qt.rgba(Theme.outline.r, Theme.outline.g, Theme.outline.b, 0.08)