Spieler Onlineliste zeigt jetzt ein Bild neben dem Namen an

This commit is contained in:
2014-05-09 11:00:11 +02:00
parent 61fb4309a1
commit 6f4c674ce4
2 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ namespace WorldOfPeacecraft
class Gui : Form, IGui
{
private const int ChatWidth = 300;
private const int OnlinePlayerWidth = 100;
private const int OnlinePlayerWidth = 150;
private IBackend Backend;
private MapPanel MapPanel;