File qt6-base-reenable-automatic-placement-qtbug-141099.patch of Package qt6-base
--- a/src/gui/kernel/qwindow.cpp	2025-10-17 13:13:20.327847872 +0200
+++ b/src/gui/kernel/qwindow.cpp	2025-10-17 13:13:59.505846016 +0200
@@ -589,8 +589,8 @@
     // Now that the window is created and initialized the platform has had
     // a chance to position and size it automatically. From this point on
     // we want the window to keep its geometry, even when recreated.
-    positionAutomatic = false;
-    resizeAutomatic = false;
+//    positionAutomatic = false;
+//    resizeAutomatic = false;
 
     QObjectList childObjects = q->children();
     for (int i = 0; i < childObjects.size(); i ++) {