commit
0b78f3c2c7
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue