mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
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>
|