Manager: set a fixed size for the new machine wizard

This commit is contained in:
Alexander Babikov
2025-08-13 18:50:40 +05:00
parent 605a6b32d6
commit 492819b7af

View File

@@ -58,7 +58,7 @@ VMManagerAddMachine(QWidget *parent) : QWizard(parent)
#endif
// Wizard wants to resize based on image. This keeps the size
setMinimumSize(size());
setFixedSize(QSize(550, size().height()));
setOption(HaveHelpButton, false);
// setPixmap(LogoPixmap, QPixmap(":/settings/qt/icons/86Box-gray.ico"));