Fixing library tests

Making subtract object name better
Removing broadcast
This commit is contained in:
Lars Brubaker 2022-01-27 11:01:49 -08:00
parent d2b6d0c4ae
commit 5e898a0650
15 changed files with 182 additions and 98 deletions

View file

@ -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)