mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +03:00
* 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 (cherry picked from commit 1c11332fa4b77d556e7f3db17f391dbd2664cda5)
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>
|