path editor alignment
This commit is contained in:
parent
8e772944c5
commit
459244fd37
1 changed files with 4 additions and 1 deletions
|
|
@ -81,7 +81,10 @@ namespace MatterHackers.MatterControl.DesignTools
|
||||||
editSelectionGroup.AddChild(EditSelectedExpression);
|
editSelectionGroup.AddChild(EditSelectedExpression);
|
||||||
EditSelectedExpression.ActualTextEditWidget.EditComplete += ActualTextEditWidget_EditComplete1;
|
EditSelectedExpression.ActualTextEditWidget.EditComplete += ActualTextEditWidget_EditComplete1;
|
||||||
|
|
||||||
gridWidget = new GridWidget(sheetData.Width + 1, sheetData.Height + 1, theme: theme);
|
gridWidget = new GridWidget(sheetData.Width + 1, sheetData.Height + 1, theme: theme)
|
||||||
|
{
|
||||||
|
Margin = new BorderDouble(7, 0),
|
||||||
|
};
|
||||||
|
|
||||||
this.AddChild(gridWidget);
|
this.AddChild(gridWidget);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue