Remove duplicate configureIcon defintion
This commit is contained in:
parent
4164b615df
commit
7bc91caabe
1 changed files with 0 additions and 2 deletions
|
|
@ -77,8 +77,6 @@ namespace MatterHackers.MatterControl
|
||||||
// Camera Monitoring
|
// Camera Monitoring
|
||||||
bool hasCamera = true || ApplicationSettings.Instance.get(ApplicationSettingsKey.HardwareHasCamera) == "true";
|
bool hasCamera = true || ApplicationSettings.Instance.get(ApplicationSettingsKey.HardwareHasCamera) == "true";
|
||||||
|
|
||||||
var configureIcon = AggContext.StaticData.LoadIcon("fa-cog_16.png", IconColor.Raw);
|
|
||||||
|
|
||||||
var previewButton = new IconButton(configureIcon, theme)
|
var previewButton = new IconButton(configureIcon, theme)
|
||||||
{
|
{
|
||||||
ToolTipText = "Preview".Localize()
|
ToolTipText = "Preview".Localize()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue