29 lines
741 B
XML
29 lines
741 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<BoxContainer
|
|
Name="RecipeDisplayContainer"
|
|
Margin="0 0 4 0"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
MinSize="32 32"
|
|
/>
|
|
<Label Name="RecipeName" HorizontalExpand="True" />
|
|
<Button
|
|
Name="MoveUp"
|
|
Margin="0"
|
|
Text="⏶"
|
|
/>
|
|
<Button
|
|
Name="MoveDown"
|
|
Margin="0"
|
|
Text="⏷"
|
|
/>
|
|
<Button
|
|
Name="Delete"
|
|
Margin="0"
|
|
StyleClasses="Caution"
|
|
Text="✖"
|
|
/>
|
|
</BoxContainer>
|
|
</Control>
|