updating icons
|
|
@ -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),
|
||||
};
|
||||
|
|
|
|||
BIN
StaticData/Icons/edit_support.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 4.7 KiB |
|
|
@ -134,7 +134,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
testRunner.AddAndSelectPrinter();
|
||||
|
||||
testRunner.AddItemToBed()
|
||||
.ClickByName("Save Menu SplitButton", offset: new Agg.Point2D(10, 0))
|
||||
.ClickByName("Save Menu SplitButton", offset: new Agg.Point2D(30, 0))
|
||||
.ClickByName("Save As Menu Item")
|
||||
.DoubleClickByName("Library Row Item Collection")
|
||||
.DoubleClickByName("Local Library Row Item Collection")
|
||||
|
|
|
|||
|
|
@ -757,7 +757,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
|
||||
public static AutomationRunner SaveBedplateToFolder(this AutomationRunner testRunner, string newFileName, string folderName)
|
||||
{
|
||||
return testRunner.ClickByName("Save Menu SplitButton", offset: new Point2D(8, 0))
|
||||
return testRunner.ClickByName("Save Menu SplitButton", offset: new Point2D(30, 0))
|
||||
.ClickByName("Save As Menu Item")
|
||||
.Delay(1)
|
||||
.Type(newFileName)
|
||||
|
|
|
|||