Improving directions
This commit is contained in:
parent
86f53dc614
commit
50fbc8be69
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
contentRow.Padding = theme.DefaultContainerPadding;
|
||||
|
||||
contentRow.AddChild(new TextWidget("Choose the calibration you would like to perform.".Localize(), textColor: theme.TextColor, pointSize: theme.DefaultFontSize)
|
||||
contentRow.AddChild(new TextWidget("Pick the most balanced result for each axis.".Localize(), textColor: theme.TextColor, pointSize: theme.DefaultFontSize)
|
||||
{
|
||||
Margin = new Agg.BorderDouble(0, 15, 0, 0)
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue