2021-02-21 12:38:56 +01:00
|
|
|
<Control xmlns="https://spacestation14.io">
|
|
|
|
|
<VBoxContainer>
|
|
|
|
|
<HBoxContainer>
|
|
|
|
|
<Label Name="PlayerCount" HorizontalExpand="True" SizeFlagsStretchRatio="0.7"
|
2021-02-17 09:39:31 -03:00
|
|
|
Text="{Loc Player Count}" />
|
2021-02-21 12:38:56 +01:00
|
|
|
<Button Name="RefreshButton" HorizontalExpand="True" SizeFlagsStretchRatio="0.3"
|
2021-02-17 09:39:31 -03:00
|
|
|
Text="{Loc Refresh}" />
|
|
|
|
|
</HBoxContainer>
|
2021-02-21 12:38:56 +01:00
|
|
|
<Control MinSize="0 5" />
|
|
|
|
|
<ScrollContainer HorizontalExpand="True" VerticalExpand="True">
|
2021-02-17 09:39:31 -03:00
|
|
|
<VBoxContainer Name="PlayerList" />
|
|
|
|
|
</ScrollContainer>
|
|
|
|
|
</VBoxContainer>
|
2021-02-21 12:38:56 +01:00
|
|
|
</Control>
|