Delta-v/Content.Client/Lathe/UI/RecipeControl.xaml

21 lines
647 B
XML

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