Files
wwdpublic/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml
MetalSage bd82c85cf5 Admin UI localization (#29340)
admin ui localization

Co-authored-by: MetalSage <metalsage.official@gmail.com>

(cherry picked from commit 061c1f520cafe183cbad030d515d84b233685a8b)
2025-07-20 14:08:39 +10:00

19 lines
713 B
XML

<BoxContainer xmlns="https://spacestation14.io"
xmlns:controls="using:Content.Client.UserInterface.Controls"
Orientation="Vertical">
<Control MinSize="0 5" />
<LineEdit Name="FilterLineEdit"
MinSize="100 0"
HorizontalExpand="True"
PlaceHolder="{Loc player-list-filter}"/>
<PanelContainer Name="BackgroundPanel"
VerticalExpand="True"
HorizontalExpand="True">
<controls:ListContainer Name="PlayerListContainer"
Access="Public"
Toggle="True"
Group="True"
MinSize="100 0"/>
</PanelContainer>
</BoxContainer>