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">
|
||||||
@@ -13,7 +14,7 @@
|
|||||||
<Label Name="StationName" Text="Unknown station" Align="Center" Margin="0 5 0 3"/>
|
<Label Name="StationName" Text="Unknown station" Align="Center" Margin="0 5 0 3"/>
|
||||||
</PanelContainer>
|
</PanelContainer>
|
||||||
</controls:StripeBack>
|
</controls:StripeBack>
|
||||||
|
|
||||||
<ScrollContainer Name="SensorScroller"
|
<ScrollContainer Name="SensorScroller"
|
||||||
VerticalExpand="True"
|
VerticalExpand="True"
|
||||||
SetWidth="520"
|
SetWidth="520"
|
||||||
|
|||||||
@@ -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">
|
||||||
@@ -36,7 +37,7 @@
|
|||||||
<TextureRect Stretch="KeepAspectCentered"
|
<TextureRect Stretch="KeepAspectCentered"
|
||||||
TexturePath="/Textures/Interface/NavMap/beveled_hexagon.png"
|
TexturePath="/Textures/Interface/NavMap/beveled_hexagon.png"
|
||||||
SetSize="16 16"
|
SetSize="16 16"
|
||||||
Modulate="#ff4500"
|
Modulate="#ff4500"
|
||||||
Margin="20 0 5 0"/>
|
Margin="20 0 5 0"/>
|
||||||
<Label Text="{Loc 'power-monitoring-window-label-smes'}"/>
|
<Label Text="{Loc 'power-monitoring-window-label-smes'}"/>
|
||||||
<TextureRect Stretch="KeepAspectCentered"
|
<TextureRect Stretch="KeepAspectCentered"
|
||||||
@@ -53,7 +54,7 @@
|
|||||||
<Label Text="{Loc 'power-monitoring-window-label-apc'}"/>
|
<Label Text="{Loc 'power-monitoring-window-label-apc'}"/>
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
|
|
||||||
<!-- Power status -->
|
<!-- Power status -->
|
||||||
<BoxContainer Orientation="Vertical" VerticalExpand="True" SetWidth="440" Margin="0 0 10 10">
|
<BoxContainer Orientation="Vertical" VerticalExpand="True" SetWidth="440" Margin="0 0 10 10">
|
||||||
|
|
||||||
@@ -101,7 +102,7 @@
|
|||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<BoxContainer Orientation="Vertical">
|
<BoxContainer Orientation="Vertical">
|
||||||
<PanelContainer StyleClasses="LowDivider" />
|
<PanelContainer StyleClasses="LowDivider" />
|
||||||
|
|||||||
@@ -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