Gui wird jetzt tatsächlich zentriert gestartet
This commit is contained in:
@@ -72,11 +72,10 @@ namespace WorldOfPeacecraft
|
|||||||
this.Controls.Add (OnlinePlayerList);
|
this.Controls.Add (OnlinePlayerList);
|
||||||
this.Controls.Add (MapPanel);
|
this.Controls.Add (MapPanel);
|
||||||
this.Controls.Add (ChatPanel);
|
this.Controls.Add (ChatPanel);
|
||||||
this.CenterToScreen ();
|
|
||||||
|
|
||||||
this.ResumeLayout();
|
this.ResumeLayout();
|
||||||
loaded = true;
|
loaded = true;
|
||||||
this.PerformRefresh();
|
this.PerformRefresh();
|
||||||
|
this.CenterToScreen ();
|
||||||
|
|
||||||
//m.Playmusic ("overworld");
|
//m.Playmusic ("overworld");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user