Improves ghost roles window layout (#6804)

This commit is contained in:
Alex Evgrashin
2022-02-20 02:56:22 +03:00
committed by GitHub
parent 0d8e9795f6
commit f2dd758bbd
3 changed files with 12 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ namespace Content.Client.Ghost.Roles.UI
{
RobustXamlLoader.Load(this);
Title.SetMessage(info.Name);
Title.Text = info.Name;
Description.SetMessage(info.Description);
RequestButton.OnPressed += requestAction;
}