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 'disposal-router-window-title'}"
|
||||
MinSize="500 110"
|
||||
SetSize="500 110">
|
||||
@@ -17,4 +17,4 @@
|
||||
Text="{Loc 'disposal-router-window-tag-input-confirm-button'}" />
|
||||
</BoxContainer>
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace Content.Client.Disposal.UI
|
||||
/// Client-side UI used to control a <see cref="SharedDisposalRouterComponent"/>
|
||||
/// </summary>
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class DisposalRouterWindow : SS14Window
|
||||
public partial class DisposalRouterWindow : DefaultWindow
|
||||
{
|
||||
public DisposalRouterWindow()
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window xmlns="https://spacestation14.io"
|
||||
<DefaultWindow xmlns="https://spacestation14.io"
|
||||
Title="{Loc 'disposal-tagger-window-title'}"
|
||||
MinSize="500 110"
|
||||
SetSize="500 110">
|
||||
@@ -16,4 +16,4 @@
|
||||
Text="{Loc 'disposal-tagger-window-tag-confirm-button'}" />
|
||||
</BoxContainer>
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace Content.Client.Disposal.UI
|
||||
/// Client-side UI used to control a <see cref="SharedDisposalTaggerComponent"/>
|
||||
/// </summary>
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class DisposalTaggerWindow : SS14Window
|
||||
public partial class DisposalTaggerWindow : DefaultWindow
|
||||
{
|
||||
public DisposalTaggerWindow()
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window xmlns="https://spacestation14.io"
|
||||
<DefaultWindow xmlns="https://spacestation14.io"
|
||||
MinSize="300 140"
|
||||
SetSize="300 140"
|
||||
Resizable="False">
|
||||
@@ -38,4 +38,4 @@
|
||||
StyleClasses="OpenLeft" />
|
||||
</BoxContainer>
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace Content.Client.Disposal.UI
|
||||
/// Client-side UI used to control a <see cref="SharedDisposalUnitComponent"/>
|
||||
/// </summary>
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class DisposalUnitWindow : SS14Window
|
||||
public partial class DisposalUnitWindow : DefaultWindow
|
||||
{
|
||||
public DisposalUnitWindow()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user