Implement fluent for some Menu files (#3893)
This commit is contained in:
@@ -147,14 +147,14 @@ namespace Content.Client.GameObjects.Components.Wires
|
||||
{
|
||||
(_nameLabel = new Label
|
||||
{
|
||||
Text = Loc.GetString("Wires"),
|
||||
Text = Loc.GetString("wires-menu-name-label"),
|
||||
FontOverride = font,
|
||||
FontColorOverride = StyleNano.NanoGold,
|
||||
VerticalAlignment = VAlignment.Center,
|
||||
}),
|
||||
(_serialLabel = new Label
|
||||
{
|
||||
Text = Loc.GetString("DEAD-BEEF"),
|
||||
Text = "DEAD-BEEF",
|
||||
FontOverride = fontSmall,
|
||||
FontColorOverride = Color.Gray,
|
||||
VerticalAlignment = VAlignment.Center,
|
||||
|
||||
Reference in New Issue
Block a user