Skip to content

Commit

Permalink
Resize mp installer at launch
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Jan 9, 2024
1 parent fba421e commit bdd9633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fcmp/mpgui_qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ int main(int argc, char **argv)
central = new QWidget;
main_window = new mpgui_main(&app, central);

main_window->setGeometry(0, 30, 640, 60);
main_window->resize(820, 140);
main_window->setWindowTitle(
QString::fromUtf8(_("Freeciv21 modpack installer (Qt)")));

Expand Down

0 comments on commit bdd9633

Please sign in to comment.