path editor alignment

This commit is contained in:
MatterHackers 2023-12-03 15:11:22 -08:00
parent 8e772944c5
commit 459244fd37

View file

@ -81,7 +81,10 @@ namespace MatterHackers.MatterControl.DesignTools
editSelectionGroup.AddChild(EditSelectedExpression);
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);