Fixing library tests
Making subtract object name better Removing broadcast
This commit is contained in:
parent
d2b6d0c4ae
commit
5e898a0650
15 changed files with 182 additions and 98 deletions
|
|
@ -827,7 +827,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
// setup the message row
|
||||
{
|
||||
// when it is done queue it to the change to gcode stream
|
||||
var switchMessage = "Switch to new G-Code?\n\nBefore you switch, check that you are seeing the changes you expect.".Localize();
|
||||
var switchMessage = "Switch to new G-Code on next layer?".Localize();
|
||||
resliceMessageRow.AddChild(new WrappedTextWidget(switchMessage, theme.DefaultFontSize, textColor: theme.TextColor)
|
||||
{
|
||||
Margin = new BorderDouble(7, 3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue