23 lines
897 B
XML
23 lines
897 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<BoxContainer Orientation="Vertical"
|
|
Margin="8 8 8 8">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Name="UplinkItemName"
|
|
HorizontalExpand="True"/>
|
|
<Button Name="UplinkItemBuyButton"
|
|
Access="Public"
|
|
HorizontalAlignment="Right"
|
|
MinWidth="64"/>
|
|
</BoxContainer>
|
|
<PanelContainer StyleClasses="HighDivider" />
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True">
|
|
<TextureRect Name="UplinkItemTexture"
|
|
MinSize="48 48"
|
|
Margin="0 0 4 0"
|
|
Stretch="KeepAspectCentered"/>
|
|
<RichTextLabel Name="UplinkItemDescription" />
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</Control>
|