* Flatpacker and flatpacks * ok that's good enough * convert solars/AME to flatpacks * mats, mats, we are the mats * basic mechanics are DONE * thing * final UI * sloth * rped jumpscare * rename
24 lines
889 B
XML
24 lines
889 B
XML
<PanelContainer xmlns="https://spacestation14.io"
|
|
HorizontalExpand="True">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<TextureRect Name="Icon"
|
|
Access="Public"
|
|
MinSize="32 32"
|
|
RectClipContent="True" />
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="False">
|
|
<Label Name="ProductName"
|
|
Access="Public"
|
|
HorizontalExpand="True"
|
|
ClipText="True"
|
|
Margin="4 4 4 4"/>
|
|
</BoxContainer>
|
|
<BoxContainer Name="Content"
|
|
Orientation="Horizontal"
|
|
HorizontalAlignment="Right">
|
|
<!--Here go buttons which added in c#-->
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</PanelContainer>
|