2022-09-11 18:56:21 -07:00
|
|
|
<controls:FancyWindow xmlns="https://spacestation14.io"
|
2022-09-11 20:42:12 -07:00
|
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
|
|
|
xmlns:ui="clr-namespace:Content.Client.Shuttles.UI"
|
2022-12-30 18:45:13 -05:00
|
|
|
Title="{Loc 'radar-console-window-title'}"
|
2023-01-04 18:34:08 -05:00
|
|
|
SetSize="648 648"
|
2022-12-30 18:45:13 -05:00
|
|
|
MinSize="256 256">
|
2024-03-03 18:39:19 +11:00
|
|
|
<ui:ShuttleNavControl Name="RadarScreen"
|
2022-12-30 18:45:13 -05:00
|
|
|
Margin="4"
|
|
|
|
|
HorizontalExpand = "True"
|
|
|
|
|
VerticalExpand = "True"/>
|
2022-09-11 18:56:21 -07:00
|
|
|
</controls:FancyWindow>
|