Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
@@ -58,9 +58,13 @@ VMManagerAddMachine(QWidget *parent) : QWizard(parent)
|
||||
#endif
|
||||
|
||||
// Wizard wants to resize based on image. This keeps the size
|
||||
#ifdef Q_OS_WINDOWS
|
||||
setMinimumSize(QSize(550, size().height()));
|
||||
setMaximumSize(QSize(550, size().height()));
|
||||
setWindowFlag(Qt::MSWindowsFixedSizeDialogHint, true);
|
||||
#else
|
||||
setMinimumSize(size());
|
||||
#endif
|
||||
setOption(HaveHelpButton, false);
|
||||
// setPixmap(LogoPixmap, QPixmap(":/settings/qt/icons/86Box-gray.ico"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user