* reformatted syndicate objectives for readability * used richtextlabels instead of labels, narrowed window size back to original
13 lines
703 B
XML
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>
|