Update lobby options tab layout to match settings layout

This commit is contained in:
Ivaylo Draganov
2021-10-07 10:48:12 +03:00
committed by reaperrr
parent 9f96d4159a
commit 8a2b63c944
3 changed files with 71 additions and 43 deletions

View File

@@ -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;
}
}