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 'comp-pda-ui-menu-title'}"
|
||||
MinSize="512 256"
|
||||
SetSize="512 256">
|
||||
@@ -34,4 +34,4 @@
|
||||
Text="{Loc 'pda-bound-user-interface-uplink-tab-title'}" />
|
||||
</BoxContainer>
|
||||
</TabContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -6,7 +6,7 @@ using Robust.Shared.Localization;
|
||||
namespace Content.Client.PDA
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class PDAMenu : SS14Window
|
||||
public partial class PDAMenu : DefaultWindow
|
||||
{
|
||||
public PDAMenu()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user