Adds a search bar to vending machines (#20326)

* Adds a search bar to vending machines

* fix indentation

* whitespace again

---------

Co-authored-by: ike709 <ike709@github.com>
This commit is contained in:
ike709
2023-09-20 12:40:41 -07:00
committed by GitHub
parent 9441f6b53a
commit 3ee729f3fd
4 changed files with 37 additions and 10 deletions

View File

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