Window Size to 800x600
This commit is contained in:
parent
8750ca8b36
commit
9ee3a84817
@ -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