2023-11-08 20:42:07 -05:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io">
|
2023-09-20 12:40:41 -07:00
|
|
|
<BoxContainer Orientation="Vertical">
|
2023-10-25 09:01:16 -04:00
|
|
|
<LineEdit Name="SearchBar" PlaceHolder="{Loc 'vending-machine-component-search-filter'}" HorizontalExpand="True" Margin ="0 4" Access="Public"/>
|
2023-09-20 12:40:41 -07:00
|
|
|
<ItemList Name="VendingContents"
|
|
|
|
|
SizeFlagsStretchRatio="8"
|
2023-11-08 20:42:07 -05:00
|
|
|
VerticalExpand="True"
|
|
|
|
|
SelectMode="Button">
|
2023-09-20 12:40:41 -07:00
|
|
|
</ItemList>
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|