Files
crystall-punk-14/Content.Client/Lathe/UI/RecipeControl.xaml
Plykiya 9cd08b84d9 Fix some lathe recipe textures showing up blank (#28683)
* Update lathes to use entity prototype

* ScrollContainer my hero

* gets rid of excess newlines

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
2024-06-19 13:18:45 +10:00

19 lines
571 B
XML

<Control xmlns="https://spacestation14.io">
<Button
Name="Button"
HorizontalExpand="True"
Margin="0"
StyleClasses="ButtonSquare">
<BoxContainer Orientation="Horizontal">
<EntityPrototypeView
Name="RecipePrototype"
Margin="0 0 4 0"
HorizontalAlignment="Center"
VerticalAlignment="Center"
MinSize="32 32"
/>
<Label Name="RecipeName" HorizontalExpand="True" />
</BoxContainer>
</Button>
</Control>