18 lines
529 B
XML
18 lines
529 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<Button
|
|
Name="Button"
|
|
HorizontalExpand="True"
|
|
TooltipDelay="0.5"
|
|
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>
|