Files
tbd-station-14/Content.Client/Research/UI/ResearchClientServerSelectionMenu.xaml
wrexbe cea1b21832 Fixing some warnings (#6250)
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
2022-01-21 10:38:35 +01:00

10 lines
330 B
XML

<DefaultWindow xmlns="https://spacestation14.io"
Title="{Loc 'research-client-server-selection-menu-title'}"
MinSize="300 300"
SetSize="300 300">
<ItemList Name="Servers"
SelectMode="Single">
<!-- Servers are added here by code -->
</ItemList>
</DefaultWindow>