15 lines
656 B
XML
15 lines
656 B
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
Margin="0 0 0 10">
|
|
<PanelContainer VerticalExpand="True" StyleClasses="BackgroundDark">
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True"
|
|
Margin="5 5 5 5">
|
|
<RichTextLabel Name="MoodNameLabel" StyleClasses="LabelKeyText"/>
|
|
<customControls:HSeparator Margin="0 5 0 5"/>
|
|
<RichTextLabel Name="MoodDescLabel"/>
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
</Control>
|