Add support for themed text/number edit fields
This commit is contained in:
parent
151e753db2
commit
34708054ee
44 changed files with 598 additions and 108 deletions
|
|
@ -54,7 +54,7 @@ namespace MatterHackers.MatterControl
|
|||
});
|
||||
|
||||
//Adds text box and check box to the above container
|
||||
textEditWidget = new MHTextEditWidget(initialValue, pixelWidth: 300, messageWhenEmptyAndNotSelected: emptyText);
|
||||
textEditWidget = new MHTextEditWidget(initialValue, theme, pixelWidth: 300, messageWhenEmptyAndNotSelected: emptyText);
|
||||
textEditWidget.Name = "InputBoxPage TextEditWidget";
|
||||
textEditWidget.HAnchor = HAnchor.Stretch;
|
||||
textEditWidget.Margin = new BorderDouble(5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue