2022-03-16 22:58:15 +01:00
|
|
|
<Control xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:pt="clr-namespace:Content.Client.Administration.UI.Tabs.PlayerTab"
|
|
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls">
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-11-10 13:26:25 +01:00
|
|
|
<Label Name="PlayerCount" HorizontalExpand="True" SizeFlagsStretchRatio="0.50"
|
2021-02-17 09:39:31 -03:00
|
|
|
Text="{Loc Player Count}" />
|
2023-04-12 06:30:03 -07:00
|
|
|
<Button Name="ShowDisconnectedButton" HorizontalExpand="True" SizeFlagsStretchRatio="0.25"
|
|
|
|
|
Text="{Loc player-tab-show-disconnected}" ToggleMode="True"/>
|
2022-03-24 17:08:08 +01:00
|
|
|
<Button Name="OverlayButton" HorizontalExpand="True" SizeFlagsStretchRatio="0.25"
|
|
|
|
|
Text="{Loc player-tab-overlay}" ToggleMode="True"/>
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2021-02-21 12:38:56 +01:00
|
|
|
<Control MinSize="0 5" />
|
|
|
|
|
<ScrollContainer HorizontalExpand="True" VerticalExpand="True">
|
2022-03-16 22:58:15 +01:00
|
|
|
<BoxContainer Orientation="Vertical" Name="PlayerList">
|
|
|
|
|
<pt:PlayerTabHeader Name="ListHeader" />
|
|
|
|
|
<cc:HSeparator />
|
|
|
|
|
</BoxContainer>
|
2021-02-17 09:39:31 -03:00
|
|
|
</ScrollContainer>
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2021-02-21 12:38:56 +01:00
|
|
|
</Control>
|