Files
wwdpublic/Content.Client/UserInterface/Systems/Objectives/Controls/ObjectiveBriefingControl.xaml
Kevin Zheng 1ab0ed77f6 Wrap objective briefing text (#24244)
(cherry picked from commit 0d53dad58ac5efc8d6cbd76a5e43eae7450ea25d)
2024-01-26 23:05:38 +01:00

7 lines
324 B
XML

<controls:ObjectiveBriefingControl
xmlns="https://spacestation14.io"
xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Objectives.Controls"
Orientation="Horizontal">
<RichTextLabel Name="Label" Access="Public" SetWidth="325" HorizontalAlignment="Left"/>
</controls:ObjectiveBriefingControl>