-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathESObjectiveControl.xaml
More file actions
20 lines (20 loc) · 996 Bytes
/
ESObjectiveControl.xaml
File metadata and controls
20 lines (20 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<controls:ESObjectiveControl
xmlns="https://spacestation14.io"
xmlns:controls="clr-namespace:Content.Client._ES.Objectives.Ui"
xmlns:controls1="clr-namespace:Content.Client.UserInterface.Controls"
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
HorizontalExpand="True">
<Panel HorizontalExpand="True" StyleClasses="BackgroundPanel" Margin="0 5">
<VFillStack Margin="0 5">
<HStack>
<controls1:ProgressTextureRect Name="Icon" Margin="0 0 5 0" VerticalAlignment="Center"/>
<RichTextLabel Name="TitleLabel" HorizontalExpand="True" VerticalAlignment="Center"/>
</HStack>
<customControls:HSeparator/>
<HStack Margin="0 0 0 0" HorizontalExpand="True">
<RichTextLabel Name="DescriptionLabel" HorizontalExpand="True"/>
</HStack>
<Spacer VSpace="5"/>
</VFillStack>
</Panel>
</controls:ESObjectiveControl>