More minor UI refactor stuff (#11287)
This commit is contained in:
@@ -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")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user