Fixing some warnings (#6250)
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<SS14Window xmlns="https://spacestation14.io"
|
||||
<DefaultWindow xmlns="https://spacestation14.io"
|
||||
Name="APCMenu"
|
||||
Title="{Loc 'apc-menu-title'}"
|
||||
Resizable="False">
|
||||
@@ -24,4 +24,4 @@
|
||||
<Label Name="ChargePercentage"/>
|
||||
</BoxContainer>
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -13,7 +13,7 @@ using Robust.Shared.Maths;
|
||||
namespace Content.Client.Power.APC.UI
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class ApcMenu : SS14Window
|
||||
public partial class ApcMenu : DefaultWindow
|
||||
{
|
||||
public ApcMenu(ApcBoundUserInterface owner)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window xmlns="https://spacestation14.io"
|
||||
<DefaultWindow xmlns="https://spacestation14.io"
|
||||
xmlns:power="clr-namespace:Content.Client.Power"
|
||||
Title="{Loc 'solar-control-window-title'}"
|
||||
Resizable="False">
|
||||
@@ -28,5 +28,5 @@
|
||||
</GridContainer>
|
||||
<power:SolarControlNotARadar Name="NotARadar"/>
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ using Robust.Shared.Timing;
|
||||
namespace Content.Client.Power
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public sealed partial class SolarControlWindow : SS14Window, IComputerWindow<SolarControlConsoleBoundInterfaceState>
|
||||
public sealed partial class SolarControlWindow : DefaultWindow, IComputerWindow<SolarControlConsoleBoundInterfaceState>
|
||||
{
|
||||
private SolarControlConsoleBoundInterfaceState _lastState = new(0, 0, 0, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user