1
0

ObjectiveConditionsControl.xaml 703 B

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