2021-02-17 11:22:51 -03:00
|
|
|
<SS14Window
|
|
|
|
|
xmlns="https://spacestation14.io">
|
2021-02-21 12:38:56 +01:00
|
|
|
<HBoxContainer HorizontalExpand="True">
|
|
|
|
|
<VBoxContainer HorizontalExpand="True" SizeFlagsStretchRatio="0.45">
|
|
|
|
|
<HBoxContainer 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-02-17 11:22:51 -03:00
|
|
|
</HBoxContainer>
|
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-02-17 11:22:51 -03:00
|
|
|
</VBoxContainer>
|
|
|
|
|
</HBoxContainer>
|
|
|
|
|
</SS14Window>
|