Merge pull request #2848 from AshleighTheCutie/develop
Window Size to 800x600
This commit is contained in:
commit
1ede75aa79
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user