More work on configuration page.
This commit is contained in:
parent
5663289ef7
commit
bda5ac173e
8 changed files with 299 additions and 36 deletions
|
|
@ -193,6 +193,14 @@ namespace MatterHackers.MatterControl
|
|||
return buffer;
|
||||
}
|
||||
|
||||
public Button GenerateEditButton()
|
||||
{
|
||||
Button editButton = new Button(0, 0, new ButtonViewThreeImage(LoadUpButtonImage("icon_edit_white.png"), LoadUpButtonImage("icon_edit_gray.png"), LoadUpButtonImage("icon_edit_black.png")));
|
||||
editButton.Margin = new BorderDouble(2, -2, 2, 0);
|
||||
editButton.VAnchor = Agg.UI.VAnchor.ParentTop;
|
||||
return editButton;
|
||||
}
|
||||
|
||||
public GuiWidget GenerateGroupBoxLabelWithEdit(string label, out Button editButton)
|
||||
{
|
||||
FlowLayoutWidget groupLableAndEditControl = new FlowLayoutWidget();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue