gui small fix

This commit is contained in:
Ayzen
2026-03-27 11:21:44 +03:00
parent cd13a891ca
commit 43d1c226a1
2 changed files with 20 additions and 6 deletions
@@ -25,7 +25,7 @@ class AppWindowPreprocessMixin:
self._show_error(f"Failed to open preprocessing panel: {exc}")
return
dialog.show()
dialog.showMaximized()
dialog.raise_()
dialog.activateWindow()