From 2cb0a033abf39be6c9534e7322748415db9bac3f Mon Sep 17 00:00:00 2001 From: John Lewin Date: Sat, 29 Sep 2018 22:02:17 -0700 Subject: [PATCH] Fix Android --- MatterControlLib/CustomWidgets/SimpleButton.cs | 1 - MatterControlLib/SettingsManagement/ApplicationSettingsPage.cs | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MatterControlLib/CustomWidgets/SimpleButton.cs b/MatterControlLib/CustomWidgets/SimpleButton.cs index 93cfddc1c..68d691f78 100644 --- a/MatterControlLib/CustomWidgets/SimpleButton.cs +++ b/MatterControlLib/CustomWidgets/SimpleButton.cs @@ -34,7 +34,6 @@ using MatterHackers.Agg; using MatterHackers.Agg.Image; using MatterHackers.Agg.UI; using MatterHackers.ImageProcessing; -using static MatterHackers.MatterControl.ApplicationSettingsPage; namespace MatterHackers.MatterControl.CustomWidgets { diff --git a/MatterControlLib/SettingsManagement/ApplicationSettingsPage.cs b/MatterControlLib/SettingsManagement/ApplicationSettingsPage.cs index 7d2c75c50..e579363b1 100644 --- a/MatterControlLib/SettingsManagement/ApplicationSettingsPage.cs +++ b/MatterControlLib/SettingsManagement/ApplicationSettingsPage.cs @@ -90,7 +90,8 @@ namespace MatterHackers.MatterControl } }, previewButton, - AggContext.StaticData.LoadIcon("camera-24x24.png", 24, 24)) + AggContext.StaticData.LoadIcon("camera-24x24.png", 24, 24)), + generalPanel ); #endif // Print Notifications