Files
tbd-station-14/Content.Client/Materials/UI/MaterialDisplay.xaml
Nemanja 1c11332fa4 Flatpacks and the Flatpacker 1001 (#23338)
* 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
2024-01-03 17:16:02 +11:00

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>