From ba8383e6958963fd9d4486f0ca6a65057f05c8ea Mon Sep 17 00:00:00 2001 From: John Lewin Date: Wed, 27 Sep 2017 12:13:50 -0700 Subject: [PATCH] Move into proper namespace --- ActionBar/TemperatureWidgetBase.cs | 3 +-- CustomWidgets/DisableablePanel.cs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ActionBar/TemperatureWidgetBase.cs b/ActionBar/TemperatureWidgetBase.cs index 37fe6d5b0..73c67a41c 100644 --- a/ActionBar/TemperatureWidgetBase.cs +++ b/ActionBar/TemperatureWidgetBase.cs @@ -32,9 +32,8 @@ using MatterHackers.Agg; using MatterHackers.Agg.ImageProcessing; using MatterHackers.Agg.Platform; using MatterHackers.Agg.UI; +using MatterHackers.MatterControl.CustomWidgets; using MatterHackers.MatterControl.PartPreviewWindow; -using MatterHackers.MatterControl.PrinterCommunication; -using MatterHackers.MatterControl.SlicerConfiguration; namespace MatterHackers.MatterControl.ActionBar { diff --git a/CustomWidgets/DisableablePanel.cs b/CustomWidgets/DisableablePanel.cs index 6e518cc5e..055e22f97 100644 --- a/CustomWidgets/DisableablePanel.cs +++ b/CustomWidgets/DisableablePanel.cs @@ -31,7 +31,7 @@ using System; using MatterHackers.Agg; using MatterHackers.Agg.UI; -namespace MatterHackers.MatterControl.SlicerConfiguration +namespace MatterHackers.MatterControl.CustomWidgets { public class DisableablePanel : GuiWidget {