Working on validating current default settings

This commit is contained in:
LarsBrubaker 2020-08-27 07:47:37 -07:00
parent 6a5c4756cc
commit e71aacbedb
8 changed files with 90 additions and 12 deletions

View file

@ -79,7 +79,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
var row = new SettingsRow(errorText, errorDetails, theme, validationError.ErrorLevel == ValidationErrorLevel.Error ? errorImage : warningImage, fullRowSelect: true)
{
ArrowDirection = ArrowDirection.Left
ArrowDirection = ArrowDirection.Left,
Name = errorText + " Row"
};
if (validationError.FixAction is NamedAction action)