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"
|
||||
Title="{Loc 'ame-window-title'}"
|
||||
MinSize="250 250">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
@@ -43,4 +43,4 @@
|
||||
<Label Name="CoreCount" Text="0" />
|
||||
</BoxContainer>
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -12,7 +12,7 @@ using static Content.Shared.AME.SharedAMEControllerComponent;
|
||||
namespace Content.Client.AME.UI
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class AMEWindow : SS14Window
|
||||
public partial class AMEWindow : DefaultWindow
|
||||
{
|
||||
public AMEWindow(AMEControllerBoundUserInterface ui)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user