ResearchConsoleMenu to XAML UI (#4640)

* Create/rename files

* ResearchClientServerSelectionMenu to XAML

* ResearchConsoleMenu to XAML

* Localization
This commit is contained in:
Visne
2021-09-19 19:23:32 +02:00
committed by GitHub
parent 8e802b4305
commit 4f125f9c4a
7 changed files with 301 additions and 331 deletions

View File

@@ -0,0 +1,9 @@
<SS14Window 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>
</SS14Window>