Window Size to 800x600
This commit is contained in:
parent
8750ca8b36
commit
9ee3a84817
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue