Station Map window edges (#24024)
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
xmlns:ui="clr-namespace:Content.Client.Medical.CrewMonitoring"
|
xmlns:ui="clr-namespace:Content.Client.Medical.CrewMonitoring"
|
||||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||||||
Title="{Loc 'crew-monitoring-user-interface-title'}"
|
Title="{Loc 'crew-monitoring-user-interface-title'}"
|
||||||
|
Resizable="False"
|
||||||
SetSize="1210 700"
|
SetSize="1210 700"
|
||||||
MinSize="1210 700">
|
MinSize="1210 700">
|
||||||
<BoxContainer Orientation="Vertical">
|
<BoxContainer Orientation="Vertical">
|
||||||
|
|||||||
@@ -2,6 +2,24 @@
|
|||||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||||||
xmlns:ui="clr-namespace:Content.Client.Pinpointer.UI"
|
xmlns:ui="clr-namespace:Content.Client.Pinpointer.UI"
|
||||||
Title="{Loc 'station-map-window-title'}"
|
Title="{Loc 'station-map-window-title'}"
|
||||||
Resizable="False">
|
Resizable="False"
|
||||||
<ui:NavMapControl Name="NavMapScreen"/>
|
SetSize="668 713"
|
||||||
|
MinSize="668 713">
|
||||||
|
<BoxContainer Orientation="Vertical">
|
||||||
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True" Margin="0 8 0 10" VerticalAlignment="Top">
|
||||||
|
<ui:NavMapControl Name="NavMapScreen"/>
|
||||||
|
</BoxContainer>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<BoxContainer Orientation="Vertical">
|
||||||
|
<PanelContainer StyleClasses="LowDivider" />
|
||||||
|
<BoxContainer Orientation="Horizontal" Margin="10 0 5 0" VerticalAlignment="Bottom">
|
||||||
|
<Label Text="{Loc 'station-map-user-interface-flavor-left'}" StyleClasses="WindowFooterText" />
|
||||||
|
<Label Text="{Loc 'station-map-user-interface-flavor-right'}" StyleClasses="WindowFooterText"
|
||||||
|
HorizontalAlignment="Right" HorizontalExpand="True" Margin="0 0 2 0" />
|
||||||
|
<TextureRect StyleClasses="NTLogoDark" Stretch="KeepAspectCentered"
|
||||||
|
VerticalAlignment="Center" HorizontalAlignment="Right" SetSize="19 19"/>
|
||||||
|
</BoxContainer>
|
||||||
|
</BoxContainer>
|
||||||
|
</BoxContainer>
|
||||||
</controls:FancyWindow>
|
</controls:FancyWindow>
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||||||
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
||||||
Title="{Loc 'power-monitoring-window-title'}"
|
Title="{Loc 'power-monitoring-window-title'}"
|
||||||
|
Resizable="False"
|
||||||
SetSize="1120 750"
|
SetSize="1120 750"
|
||||||
MinSize="1120 750">
|
MinSize="1120 750">
|
||||||
<BoxContainer Orientation="Vertical">
|
<BoxContainer Orientation="Vertical">
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
station-map-window-title = Station map
|
station-map-window-title = Station map
|
||||||
|
station-map-user-interface-flavor-left = Don't panic
|
||||||
|
station-map-user-interface-flavor-right = v1.42
|
||||||
|
|
||||||
nav-beacon-window-title = Station Beacon
|
nav-beacon-window-title = Station Beacon
|
||||||
nav-beacon-toggle-visible = Visible
|
nav-beacon-toggle-visible = Visible
|
||||||
|
|||||||
Reference in New Issue
Block a user