Replace one pile of hacks with another

This commit is contained in:
Paul Chote
2010-03-17 23:25:07 +13:00
parent 3aa9b17685
commit e1970ea8f0
7 changed files with 210 additions and 93 deletions

View File

@@ -6,8 +6,8 @@ namespace OpenRA.Widgets
{
class LabelWidget : Widget
{
public readonly string Text = null;
public readonly string Align = "Left";
public string Text = "";
public string Align = "Left";
public override void Draw()
{