27 lines
961 B
XML
27 lines
961 B
XML
<PanelContainer xmlns="https://spacestation14.io"
|
|
HorizontalExpand="True">
|
|
<Button Name="MainButton"
|
|
ToolTip=""
|
|
Access="Public"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True"
|
|
StyleClasses="OpenBoth"/>
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True">
|
|
<TextureRect Name="Icon"
|
|
Access="Public"
|
|
MinSize="32 32"
|
|
RectClipContent="True" />
|
|
<Label Name="ProductName"
|
|
Access="Public"
|
|
HorizontalExpand="True" />
|
|
<PanelContainer StyleClasses="BackgroundDark">
|
|
<Label Name="PointCost"
|
|
Access="Public"
|
|
MinSize="72 32"
|
|
Align="Right"
|
|
Margin="0 0 5 0"/> <!-- Frontier: MinSize width 52<72-->
|
|
</PanelContainer>
|
|
</BoxContainer>
|
|
</PanelContainer>
|