Fix and enable SA1133, SA1134 style rules.
This commit is contained in:
@@ -21,7 +21,8 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
|
||||
public class LabelWidget : Widget
|
||||
{
|
||||
[Translate] public string Text = null;
|
||||
[Translate]
|
||||
public string Text = null;
|
||||
public TextAlign Align = TextAlign.Left;
|
||||
public TextVAlign VAlign = TextVAlign.Middle;
|
||||
public string Font = ChromeMetrics.Get<string>("TextFont");
|
||||
|
||||
Reference in New Issue
Block a user