Merge pull request #2848 from AshleighTheCutie/develop

Window Size to 800x600
This commit is contained in:
Petr Mrázek 2019-09-15 04:34:03 +02:00 committed by GitHub
commit 1ede75aa79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -575,7 +575,7 @@ public:
{
MainWindow->setObjectName(QStringLiteral("MainWindow"));
}
MainWindow->resize(694, 563);
MainWindow->resize(800, 600);
MainWindow->setWindowIcon(MMC->getThemedIcon("logo"));
MainWindow->setWindowTitle("MultiMC 5");