2021-09-19 19:56:04 +02:00
|
|
|
<BoxContainer xmlns="https://spacestation14.io"
|
|
|
|
|
Orientation="Vertical">
|
|
|
|
|
<Control MinSize="0 5" />
|
2021-10-03 13:37:52 +02:00
|
|
|
<LineEdit Name="FilterLineEdit"
|
|
|
|
|
MinSize="100 0"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
PlaceHolder="{Loc Filter}"/>
|
|
|
|
|
<ItemList Name="PlayerItemList"
|
2022-01-03 00:54:44 +00:00
|
|
|
Access="Public"
|
2021-10-03 13:37:52 +02:00
|
|
|
SelectMode="Single"
|
|
|
|
|
VerticalExpand="True"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
MinSize="100 100" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|