mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-03-23 19:19:40 -04:00
set size on startup
This commit is contained in:
parent
9a7d2abadd
commit
9aba765a31
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue