2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow
|
2021-02-17 11:22:51 -03:00
|
|
|
xmlns="https://spacestation14.io">
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True">
|
|
|
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" SizeFlagsStretchRatio="0.45">
|
|
|
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True" VerticalExpand="True"
|
2021-01-08 10:29:08 -03:00
|
|
|
SizeFlagsStretchRatio="0.1">
|
2021-02-21 12:38:56 +01:00
|
|
|
<LineEdit Name="SearchBar" PlaceHolder="Search" HorizontalExpand="True"
|
2021-01-08 10:29:08 -03:00
|
|
|
SizeFlagsStretchRatio="0.6" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2021-02-21 12:38:56 +01:00
|
|
|
<ItemList Name="OutfitList" SelectMode="Single" VerticalExpand="True"
|
2021-01-08 10:29:08 -03:00
|
|
|
SizeFlagsStretchRatio="0.9" />
|
2021-02-21 12:38:56 +01:00
|
|
|
<Button Name="ConfirmButton" HorizontalExpand="True" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|