More minor UI refactor stuff (#11287)

This commit is contained in:
wrexbe
2022-09-14 20:42:35 -07:00
committed by GitHub
parent 82eff53a91
commit dc8cc81137
12 changed files with 190 additions and 175 deletions

View File

@@ -1,12 +1,8 @@
using Content.Client.CharacterInterface;
using Content.Client.HUD.UI;
using Content.Client.Stylesheets;
using Content.Client.UserInterface.Controls;
using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Localization;
using Robust.Shared.Maths;
namespace Content.Client.CharacterInfo.Components
{
@@ -72,7 +68,7 @@ namespace Content.Client.CharacterInfo.Components
};
AddChild(ObjectivesContainer);
AddChild(new Placeholder()
AddChild(new Placeholder
{
PlaceholderText = Loc.GetString("character-info-roles-antagonist-text")
});