Layout/font weight polish

This commit is contained in:
Paul Chote
2010-07-10 23:19:55 +12:00
parent 56fb711fc6
commit a29198c237
5 changed files with 79 additions and 36 deletions

View File

@@ -34,7 +34,7 @@ namespace OpenRA.Widgets
public string Text = "";
public TextAlign Align = TextAlign.Left;
public bool Bold = true;
public bool Bold = false;
public Func<string> GetText;
public LabelWidget()