diff --git a/quickshell/Widgets/DankPopoutStandalone.qml b/quickshell/Widgets/DankPopoutStandalone.qml index 1c98270bd..8a3dee86a 100644 --- a/quickshell/Widgets/DankPopoutStandalone.qml +++ b/quickshell/Widgets/DankPopoutStandalone.qml @@ -379,6 +379,9 @@ Item { animationsEnabled = true; shouldBeVisible = true; + // Content-sized popouts lay out when contentWindow maps, while the geometry + // handlers are still gated off. Re-snapshot so the surface isn't left short. + _setSettledSurfaceGeometry(); if (screen) { PopoutManager.showPopout(popoutHandle); opened();