set size on startup

This commit is contained in:
itsmattkc 2019-08-06 20:46:36 +10:00
parent 9a7d2abadd
commit 9aba765a31

View file

@ -184,7 +184,7 @@ namespace Rebuilder
PatchList patch_config = new PatchList();
Rebuilder() {
Size = new Size(420, 420);
Text = "LEGO Island Rebuilder";
Icon = Icon.ExtractAssociatedIcon(System.Reflection.Assembly.GetExecutingAssembly().Location);