Files
tbd-station-14/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml
2022-01-03 01:54:44 +01:00

15 lines
491 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"
Access="Public"
SelectMode="Single"
VerticalExpand="True"
HorizontalExpand="True"
MinSize="100 100" />
</BoxContainer>