Update lobby options tab layout to match settings layout
This commit is contained in:
committed by
reaperrr
parent
9f96d4159a
commit
8a2b63c944
@@ -161,7 +161,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
var label = row.GetOrNull<LabelWidget>(dropdown.Id + "_DESC");
|
||||
if (label != null)
|
||||
{
|
||||
label.GetText = () => option.Name;
|
||||
label.GetText = () => option.Name + ":";
|
||||
label.IsVisible = () => true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user