mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
14 lines
461 B
XML
14 lines
461 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
Orientation="Vertical">
|
|
<Control MinSize="0 5" />
|
|
<LineEdit Name="FilterLineEdit"
|
|
MinSize="100 0"
|
|
HorizontalExpand="True"
|
|
PlaceHolder="{Loc Filter}"/>
|
|
<ItemList Name="PlayerItemList"
|
|
SelectMode="Single"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True"
|
|
MinSize="100 100" />
|
|
</BoxContainer>
|