2021-09-19 19:56:04 +02:00
|
|
|
<BoxContainer xmlns="https://spacestation14.io"
|
2022-02-20 02:56:22 +03:00
|
|
|
Orientation="Vertical"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
Margin="0 0 8 8">
|
|
|
|
|
<Label Name="Title"
|
|
|
|
|
StyleClasses="LabelKeyText"/>
|
|
|
|
|
<PanelContainer StyleClasses="HighDivider" />
|
|
|
|
|
<RichTextLabel Name="Description"
|
|
|
|
|
Margin="0 4"/>
|
2022-04-03 01:06:29 +03:00
|
|
|
<BoxContainer Name="Buttons"
|
|
|
|
|
HorizontalAlignment="Left"
|
|
|
|
|
Orientation="Vertical"
|
|
|
|
|
SeparationOverride="5">
|
|
|
|
|
<!-- Buttons are added here by code -->
|
|
|
|
|
</BoxContainer>
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|