Move About Braille link below main edit controls

This commit is contained in:
John Lewin 2018-07-18 13:23:04 -07:00
parent 87731fc4ae
commit 7253e4b159
2 changed files with 3 additions and 2 deletions

View file

@ -139,7 +139,6 @@ namespace MatterHackers.MatterControl.DesignTools
};
// CreateEditor
AddWebPageLinkIfRequired(context, mainContainer, theme);
AddUnlockLinkIfRequired(context, mainContainer, theme);
// Create a field editor for each editable property detected via reflection
@ -152,6 +151,8 @@ namespace MatterHackers.MatterControl.DesignTools
}
}
AddWebPageLinkIfRequired(context, mainContainer, theme);
// add in an Update button if applicable
var showUpdate = context.item.GetType().GetCustomAttributes(typeof(ShowUpdateButtonAttribute), true).FirstOrDefault() as ShowUpdateButtonAttribute;
if (showUpdate != null)