From 72b6c2b54b7db1dcc640f7533224bd892b78a562 Mon Sep 17 00:00:00 2001 From: Justin Trotter Date: Tue, 4 Jul 2023 19:33:11 -0500 Subject: [PATCH] reformatted syndicate objectives for readability (#17745) * reformatted syndicate objectives for readability * used richtextlabels instead of labels, narrowed window size back to original --- .../Systems/Character/CharacterUIController.cs | 10 +++++++--- .../Systems/Character/Windows/CharacterWindow.xaml | 2 +- .../Controls/ObjectiveConditionsControl.xaml | 8 ++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Content.Client/UserInterface/Systems/Character/CharacterUIController.cs b/Content.Client/UserInterface/Systems/Character/CharacterUIController.cs index 80331b4cf3..cea15721cb 100644 --- a/Content.Client/UserInterface/Systems/Character/CharacterUIController.cs +++ b/Content.Client/UserInterface/Systems/Character/CharacterUIController.cs @@ -1,4 +1,4 @@ -using Content.Client.CharacterInfo; +using Content.Client.CharacterInfo; using Content.Client.Gameplay; using Content.Client.UserInterface.Controls; using Content.Client.UserInterface.Systems.Character.Controls; @@ -125,9 +125,13 @@ public sealed class CharacterUIController : UIController, IOnStateEntered - + -