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"
|
||||
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
||||
Title="{Loc 'admin-shuttle-title'}"
|
||||
MinWidth="300">
|
||||
@@ -11,4 +11,4 @@
|
||||
<cc:CommandButton Command="recallshuttle" Name="_recallShuttleButton" Text="{Loc 'communicationsconsole-menu-recall-shuttle'}" HorizontalAlignment="Center"/>
|
||||
</BoxContainer>
|
||||
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -11,7 +11,7 @@ using Robust.Shared.Localization;
|
||||
namespace Content.Client.Administration.UI.Tabs.AdminTab
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class AdminShuttleWindow : SS14Window
|
||||
public partial class AdminShuttleWindow : DefaultWindow
|
||||
{
|
||||
public AdminShuttleWindow()
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window
|
||||
<DefaultWindow
|
||||
xmlns="https://spacestation14.io"
|
||||
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
||||
Title="{Loc Ban}" MinSize="425 325">
|
||||
@@ -26,4 +26,4 @@
|
||||
<Control MinWidth="50" />
|
||||
<Button Name="SubmitButton" Text="{Loc Ban}" />
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -13,7 +13,7 @@ namespace Content.Client.Administration.UI.Tabs.AdminTab
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
[UsedImplicitly]
|
||||
public partial class BanWindow : SS14Window
|
||||
public partial class BanWindow : DefaultWindow
|
||||
{
|
||||
public BanWindow()
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window
|
||||
<DefaultWindow
|
||||
xmlns="https://spacestation14.io"
|
||||
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
||||
Title="{Loc admin-player-actions-window-title}" MinSize="425 272">
|
||||
@@ -15,4 +15,4 @@
|
||||
<Button Name="SubmitRespawnButton" Text="{Loc admin-player-actions-respawn}" Disabled="True"/>
|
||||
</BoxContainer>
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace Content.Client.Administration.UI.Tabs.AdminTab
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
[UsedImplicitly]
|
||||
public partial class PlayerActionsWindow : SS14Window
|
||||
public partial class PlayerActionsWindow : DefaultWindow
|
||||
{
|
||||
private PlayerInfo? _selectedPlayer;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window
|
||||
<DefaultWindow
|
||||
xmlns="https://spacestation14.io"
|
||||
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
||||
Title="{Loc Teleport}" MinSize="425 230">
|
||||
@@ -6,4 +6,4 @@
|
||||
<cc:PlayerListControl Name="PlayerList" />
|
||||
<Button Name="SubmitButton" Text="{Loc Teleport}" />
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace Content.Client.Administration.UI.Tabs.AdminTab
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
[UsedImplicitly]
|
||||
public partial class TeleportWindow : SS14Window
|
||||
public partial class TeleportWindow : DefaultWindow
|
||||
{
|
||||
private PlayerInfo? _selectedPlayer;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window
|
||||
<DefaultWindow
|
||||
xmlns="https://spacestation14.io" Title="{Loc Events}">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
@@ -10,4 +10,4 @@
|
||||
<Button Name="ResumeButton" Text="{Loc Resume}" Disabled="True" />
|
||||
<Button Name="SubmitButton" Text="{Loc Run}" Disabled="True" />
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Content.Client.Administration.UI.Tabs.AdminbusTab
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
[UsedImplicitly]
|
||||
public partial class StationEventsWindow : SS14Window
|
||||
public partial class StationEventsWindow : DefaultWindow
|
||||
{
|
||||
private List<string>? _data;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window
|
||||
<DefaultWindow
|
||||
xmlns="https://spacestation14.io" Title="{Loc Add Atmos}">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
@@ -8,4 +8,4 @@
|
||||
</BoxContainer>
|
||||
<Button Name="SubmitButton" Text="{Loc Add Atmos}" />
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Content.Client.Administration.UI.Tabs.AtmosTab
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
[UsedImplicitly]
|
||||
public partial class AddAtmosWindow : SS14Window
|
||||
public partial class AddAtmosWindow : DefaultWindow
|
||||
{
|
||||
private IEnumerable<IMapGrid>? _data;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window
|
||||
<DefaultWindow
|
||||
xmlns="https://spacestation14.io" Title="{Loc Add Gas}">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
@@ -28,4 +28,4 @@
|
||||
</BoxContainer>
|
||||
<Button Name="SubmitButton" Text="{Loc Add Gas}" />
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace Content.Client.Administration.UI.Tabs.AtmosTab
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
[UsedImplicitly]
|
||||
public partial class AddGasWindow : SS14Window
|
||||
public partial class AddGasWindow : DefaultWindow
|
||||
{
|
||||
private IEnumerable<IMapGrid>? _gridData;
|
||||
private IEnumerable<GasPrototype>? _gasData;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window
|
||||
<DefaultWindow
|
||||
xmlns="https://spacestation14.io" Title="{Loc Fill Gas}">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
@@ -18,4 +18,4 @@
|
||||
</BoxContainer>
|
||||
<Button Name="SubmitButton" Text="{Loc Fill Gas}" />
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace Content.Client.Administration.UI.Tabs.AtmosTab
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
[UsedImplicitly]
|
||||
public partial class FillGasWindow : SS14Window
|
||||
public partial class FillGasWindow : DefaultWindow
|
||||
{
|
||||
private IEnumerable<IMapGrid>? _gridData;
|
||||
private IEnumerable<GasPrototype>? _gasData;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window
|
||||
<DefaultWindow
|
||||
xmlns="https://spacestation14.io" Title="{Loc Set Temperature}">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
@@ -23,4 +23,4 @@
|
||||
</BoxContainer>
|
||||
<Button Name="SubmitButton" Text="{Loc Set Temperature}" />
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Content.Client.Administration.UI.Tabs.AtmosTab
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
[UsedImplicitly]
|
||||
public partial class SetTemperatureWindow : SS14Window
|
||||
public partial class SetTemperatureWindow : DefaultWindow
|
||||
{
|
||||
private IEnumerable<IMapGrid>? _data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user