17 lines
587 B
XML
17 lines
587 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
Margin="0 0 8 8">
|
|
<Label Name="Title"
|
|
StyleClasses="LabelKeyText"/>
|
|
<PanelContainer StyleClasses="HighDivider" />
|
|
<RichTextLabel Name="Description"
|
|
Margin="0 4"/>
|
|
<BoxContainer Name="Buttons"
|
|
HorizontalAlignment="Left"
|
|
Orientation="Vertical"
|
|
SeparationOverride="5">
|
|
<!-- Buttons are added here by code -->
|
|
</BoxContainer>
|
|
</BoxContainer>
|