19 lines
571 B
XML
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>
|