2021-02-17 11:22:51 -03:00
|
|
|
<SS14Window xmlns="https://spacestation14.io">
|
2021-02-21 12:38:56 +01:00
|
|
|
<HBoxContainer HorizontalExpand="True">
|
2021-03-07 14:09:41 -08:00
|
|
|
<VBoxContainer HorizontalExpand="True" SizeFlagsStretchRatio="0.4">
|
|
|
|
|
<HBoxContainer HorizontalExpand="True">
|
|
|
|
|
<LineEdit Name="SearchBar" PlaceHolder="Search" HorizontalExpand="True"/>
|
|
|
|
|
<OptionButton Name="Category" MinSize="130 0"/>
|
2021-02-17 11:22:51 -03:00
|
|
|
</HBoxContainer>
|
2021-03-07 14:09:41 -08:00
|
|
|
<ItemList Name="RecipesList" SelectMode="Single" VerticalExpand="True"/>
|
2021-02-17 11:22:51 -03:00
|
|
|
</VBoxContainer>
|
2021-03-07 14:09:41 -08:00
|
|
|
<Control MinSize="10 0"/>
|
|
|
|
|
<VBoxContainer HorizontalExpand="True" SizeFlagsStretchRatio="0.6">
|
|
|
|
|
<Control>
|
|
|
|
|
<HBoxContainer Align="Center">
|
|
|
|
|
<TextureRect Name="TargetTexture" HorizontalAlignment="Right" Stretch="Keep"/>
|
|
|
|
|
<Control MinSize="10 0"/>
|
|
|
|
|
<VBoxContainer>
|
|
|
|
|
<RichTextLabel Name="TargetName"/>
|
|
|
|
|
<RichTextLabel Name="TargetDesc"/>
|
|
|
|
|
</VBoxContainer>
|
|
|
|
|
</HBoxContainer>
|
|
|
|
|
</Control>
|
|
|
|
|
<ItemList Name="StepList" VerticalExpand="True"/>
|
|
|
|
|
<VBoxContainer>
|
2021-02-21 12:38:56 +01:00
|
|
|
<Button Name="BuildButton" Disabled="True" ToggleMode="True" VerticalExpand="True" SizeFlagsStretchRatio="0.5"/>
|
|
|
|
|
<HBoxContainer VerticalExpand="True" SizeFlagsStretchRatio="0.5">
|
|
|
|
|
<Button Name="EraseButton" ToggleMode="True" HorizontalExpand="True" SizeFlagsStretchRatio="0.7"/>
|
|
|
|
|
<Button Name="ClearButton" HorizontalExpand="True" SizeFlagsStretchRatio="0.3"/>
|
2021-02-17 11:22:51 -03:00
|
|
|
</HBoxContainer>
|
|
|
|
|
</VBoxContainer>
|
|
|
|
|
</VBoxContainer>
|
|
|
|
|
</HBoxContainer>
|
|
|
|
|
</SS14Window>
|