Files
tbd-station-14/Content.Client/Lathe/UI/RecipeControl.xaml
2023-09-11 13:53:35 +10:00

17 lines
502 B
XML

<Control xmlns="https://spacestation14.io">
<Button
Name="Button"
HorizontalExpand="True"
Margin="0"
StyleClasses="ButtonSquare">
<BoxContainer Orientation="Horizontal">
<TextureRect
Name="RecipeTexture"
Margin="0 0 4 0"
MinSize="32 32"
Stretch="KeepAspectCentered" />
<Label Name="RecipeName" HorizontalExpand="True" />
</BoxContainer>
</Button>
</Control>