2023-07-04 19:33:11 -05:00
|
|
|
<controls:ObjectiveConditionsControl
|
2022-10-12 01:16:23 -07:00
|
|
|
xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:cc="clr-namespace:Content.Client.UserInterface.Controls"
|
|
|
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Objectives.Controls"
|
|
|
|
|
Orientation="Horizontal">
|
2023-07-04 19:33:11 -05:00
|
|
|
<cc:ProgressTextureRect Name="ProgressTexture" VerticalAlignment="Top" Access="Public" Margin="0 8 0 0"/>
|
2022-10-12 01:16:23 -07:00
|
|
|
<Control MinSize="10 0"/>
|
|
|
|
|
<BoxContainer Orientation="Vertical">
|
2023-07-04 19:33:11 -05:00
|
|
|
<RichTextLabel Name="Title" Access="Public" SetWidth="325" HorizontalAlignment="Left"/>
|
|
|
|
|
<RichTextLabel Name="Description" Access="Public" SetWidth="325" HorizontalAlignment="Left"/>
|
2022-10-12 01:16:23 -07:00
|
|
|
</BoxContainer>
|
|
|
|
|
</controls:ObjectiveConditionsControl>
|