more tidy

This commit is contained in:
Chris Forbes
2011-11-06 11:39:49 +13:00
parent c20d71c9af
commit 4576eaadd6

View File

@@ -72,7 +72,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic
}
}
public void CloseWindow()
void CloseWindow()
{
Game.LobbyInfoChanged -= UpdateCurrentMap;
Game.LobbyInfoChanged -= UpdatePlayerList;
@@ -213,7 +213,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic
var timeLabel = template.GetWidget<LabelWidget>("TIME");
var textLabel = template.GetWidget<LabelWidget>("TEXT");
var name = from+":";
var name = from + ":";
var font = Game.Renderer.Fonts[nameLabel.Font];
var nameSize = font.Measure(from);