Working on validating current default settings
This commit is contained in:
parent
6a5c4756cc
commit
e71aacbedb
8 changed files with 90 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue