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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user