Remove need to toggle vending machine button (#21543)

This commit is contained in:
themias
2023-11-08 20:42:07 -05:00
committed by GitHub
parent 4220b098a3
commit cf6eb200be

View File

@@ -1,9 +1,10 @@
<DefaultWindow xmlns="https://spacestation14.io">
<DefaultWindow xmlns="https://spacestation14.io">
<BoxContainer Orientation="Vertical">
<LineEdit Name="SearchBar" PlaceHolder="{Loc 'vending-machine-component-search-filter'}" HorizontalExpand="True" Margin ="0 4" Access="Public"/>
<ItemList Name="VendingContents"
SizeFlagsStretchRatio="8"
VerticalExpand="True">
VerticalExpand="True"
SelectMode="Button">
</ItemList>
</BoxContainer>
</DefaultWindow>