6
2025-11-15 12:24:44 +03:00

13 lines
703 B
XML

<controls:ObjectiveConditionsControl
xmlns="https://spacestation14.io"
xmlns:cc="clr-namespace:Content.Client.UserInterface.Controls"
xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Objectives.Controls"
Orientation="Horizontal">
<cc:ProgressTextureRect Name="ProgressTexture" VerticalAlignment="Top" Access="Public" Margin="0 8 0 0"/>
<Control MinSize="10 0"/>
<BoxContainer Orientation="Vertical">
<RichTextLabel Name="Title" Access="Public" SetWidth="325" HorizontalAlignment="Left"/>
<RichTextLabel Name="Description" Access="Public" SetWidth="325" HorizontalAlignment="Left"/>
</BoxContainer>
</controls:ObjectiveConditionsControl>