Files
tbd-station-14/Content.Client/Lathe/UI/RecipeControl.xaml
Nemanja 2c26be606f Add support for printing reagents in lathes (#30476)
* Add support for reagents in lathes

* missing locale
2024-08-01 14:15:05 +10:00

19 lines
571 B
XML

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