updating icons

This commit is contained in:
Lars Brubaker 2021-09-14 10:22:13 -07:00
parent e23f5076ec
commit bd60453d23
8 changed files with 3 additions and 3 deletions

View file

@ -1427,7 +1427,7 @@ namespace MatterHackers.MatterControl
scene.UndoBuffer.AddAndDo(new SetOutputType(selectedItem, allAreSupport ? PrintOutputTypes.Default : PrintOutputTypes.Support));
}
},
Icon = (theme) => StaticData.Instance.LoadIcon("support.png", 16, 16).SetToColor(theme.TextColor).SetPreMultiply(),
Icon = (theme) => StaticData.Instance.LoadIcon("edit_support.png", 16, 16).SetToColor(theme.TextColor).SetPreMultiply(),
HelpTextResolver = () => "*At least 1 part must be selected*".Localize(),
IsEnabled = (sceneContext) => IsMeshObject(sceneContext.Scene.SelectedItem),
};