2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Vertical"
|
2021-02-17 11:22:51 -03:00
|
|
|
xmlns="https://spacestation14.io">
|
2021-02-12 04:35:56 +01:00
|
|
|
|
2021-02-17 11:22:51 -03:00
|
|
|
<RichTextLabel Name="Title" />
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Horizontal" SeparationOverride="10">
|
2021-02-21 12:38:56 +01:00
|
|
|
<RichTextLabel Name="Description" HorizontalExpand="True" />
|
2021-02-17 11:22:51 -03:00
|
|
|
<Button Name="RequestButton" Text="Request" TextAlign="Center" SizeFlagsHorizontal="ShrinkEnd" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|