fix lathe syncing and tweak ui (#17489)
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
<Button
|
||||
Name="Button"
|
||||
HorizontalExpand="True"
|
||||
TooltipDelay="0.5">
|
||||
TooltipDelay="0.5"
|
||||
Margin="0"
|
||||
StyleClasses="ButtonSquare">
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<TextureRect
|
||||
Name="RecipeTexture"
|
||||
Margin="0,0,4,0"
|
||||
Margin="0 0 4 0"
|
||||
MinSize="32 32"
|
||||
Stretch="KeepAspectCentered" />
|
||||
<Label Name="RecipeName" HorizontalExpand="True" />
|
||||
|
||||
Reference in New Issue
Block a user