Made error messages wrap

This commit is contained in:
LarsBrubaker 2020-08-14 07:37:40 -07:00
parent 445516444f
commit 4b99d1accd
10 changed files with 13 additions and 31 deletions

View file

@ -199,7 +199,6 @@ namespace MatterHackers.MatterControl.Tour
body.AddChild(new WrappedTextWidget(productTour.ActiveItem.Description, textColor: theme.TextColor, pointSize: theme.DefaultFontSize)
{
Margin = 5,
HAnchor = HAnchor.Stretch
});
var buttonRow = new FlowLayoutWidget()