Use specialized type for menu separators
This commit is contained in:
parent
e3466bbfa8
commit
fab549b587
4 changed files with 9 additions and 6 deletions
|
|
@ -292,7 +292,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
GetIsActive = () => printer.ViewState.ConfigurePrinterVisible,
|
||||
SetIsActive = (value) => printer.ViewState.ConfigurePrinterVisible = value
|
||||
},
|
||||
new NamedAction() { Title = "----" },
|
||||
new ActionSeparator(),
|
||||
new NamedAction()
|
||||
{
|
||||
Title = "Delete Printer".Localize(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue