15 lines
604 B
XML
15 lines
604 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<VBoxContainer>
|
|
<HBoxContainer>
|
|
<Label Name="PlayerCount" HorizontalExpand="True" SizeFlagsStretchRatio="0.7"
|
|
Text="{Loc Player Count}" />
|
|
<Button Name="RefreshButton" HorizontalExpand="True" SizeFlagsStretchRatio="0.3"
|
|
Text="{Loc Refresh}" />
|
|
</HBoxContainer>
|
|
<Control MinSize="0 5" />
|
|
<ScrollContainer HorizontalExpand="True" VerticalExpand="True">
|
|
<VBoxContainer Name="PlayerList" />
|
|
</ScrollContainer>
|
|
</VBoxContainer>
|
|
</Control>
|