Move About Braille link below main edit controls
This commit is contained in:
parent
87731fc4ae
commit
7253e4b159
2 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue