Files
OldThink/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml

15 lines
491 B
Plaintext
Raw Normal View History

<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"
2022-01-03 00:54:44 +00:00
Access="Public"
SelectMode="Single"
VerticalExpand="True"
HorizontalExpand="True"
MinSize="100 100" />
</BoxContainer>