make sure we can go back to default (and test)
change default to none
This commit is contained in:
parent
1e192d3cd0
commit
054ba1c663
3 changed files with 8 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
{
|
||||
public class PresetSelectorWidget : FlowLayoutWidget
|
||||
{
|
||||
private string defaultMenuItemText = "- default -".Localize();
|
||||
private string defaultMenuItemText = "- none -".Localize();
|
||||
private Button editButton;
|
||||
private NamedSettingsLayers layerType;
|
||||
GuiWidget pullDownContainer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue