Gui wird jetzt tatsächlich zentriert gestartet

This commit is contained in:
2014-05-15 13:20:44 +02:00
parent 6fc2caa10b
commit 92571ba472

View File

@@ -72,11 +72,10 @@ namespace WorldOfPeacecraft
this.Controls.Add (OnlinePlayerList);
this.Controls.Add (MapPanel);
this.Controls.Add (ChatPanel);
this.CenterToScreen ();
this.ResumeLayout();
loaded = true;
this.PerformRefresh();
this.CenterToScreen ();
//m.Playmusic ("overworld");
}