mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
feat: allow popout to resize to its contents (#847)
This commit is contained in:
@@ -75,7 +75,7 @@ DankPopout {
|
||||
}
|
||||
}
|
||||
if (root.contentHeight === 0 && item) {
|
||||
root.contentHeight = item.implicitHeight + Theme.spacingS * 2
|
||||
root.contentHeight = Qt.binding(() => item.implicitHeight + Theme.spacingS * 2)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user