From 94579d18779e5d08eb5263cbdaa1901f3ed0089d Mon Sep 17 00:00:00 2001 From: Visne <39844191+Visne@users.noreply.github.com> Date: Thu, 28 Oct 2021 13:19:38 +0200 Subject: [PATCH] Fix a bunch of warnings (#5058) --- .../Chemistry/UI/ChemMasterWindow.xaml | 57 +++++++++---------- .../ComputerBoundUserInterface.cs | 11 +--- Content.Client/DragDrop/DragDropSystem.cs | 2 +- .../Power/SolarControlWindow.xaml.cs | 48 +++++++++------- .../Components/ContainmentFieldComponent.cs | 6 +- .../FoamSolutionAreaEffectComponent.cs | 2 +- .../SmokeSolutionAreaEffectComponent.cs | 2 +- .../Interaction/InteractionSystem.cs | 2 +- .../Interaction/SharedInteractionSystem.cs | 4 +- .../Guns/Ammunition/Cartridges/toy.yml | 2 +- .../Weapons/Guns/Projectiles/projectiles.yml | 2 +- 11 files changed, 65 insertions(+), 73 deletions(-) rename Content.Client/{ => Computer}/ComputerBoundUserInterface.cs (88%) diff --git a/Content.Client/Chemistry/UI/ChemMasterWindow.xaml b/Content.Client/Chemistry/UI/ChemMasterWindow.xaml index 929ddb53dc..799cf16a98 100644 --- a/Content.Client/Chemistry/UI/ChemMasterWindow.xaml +++ b/Content.Client/Chemistry/UI/ChemMasterWindow.xaml @@ -3,43 +3,40 @@ xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client" MinSize="400 525" Title="{Loc 'chem-master-bound-user-interface-title'}"> - - - - +