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

14 lines
461 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"
SelectMode="Single"
VerticalExpand="True"
HorizontalExpand="True"
MinSize="100 100" />
</BoxContainer>