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

fix: recreate plugin popout binding even if contentHeight is already set (#852)

This commit is contained in:
Willem Schipper
2025-11-30 16:11:18 +01:00
committed by GitHub
parent 18d86354ec
commit 1beeb9fb55

View File

@@ -74,7 +74,7 @@ DankPopout {
root.close()
}
}
if (root.contentHeight === 0 && item) {
if (item) {
root.contentHeight = Qt.binding(() => item.implicitHeight + Theme.spacingS * 2)
}
}