qt: All dialogs are now fixed

This commit is contained in:
Cacodemon345
2022-02-06 01:50:30 +06:00
parent a570f01d97
commit 6818c03799
9 changed files with 147 additions and 68 deletions

View File

@@ -1414,6 +1414,7 @@ void MainWindow::on_actionAbout_86Box_triggered()
QDesktopServices::openUrl(QUrl("https://86box.net/"));
});
msgBox.setIconPixmap(QIcon(":/settings/win/icons/86Box-yellow.ico").pixmap(32, 32));
msgBox.setWindowFlags(Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint | Qt::WindowCloseButtonHint);
msgBox.exec();
}