Fix incorrect layout style

This commit is contained in:
John Lewin 2019-01-23 10:30:55 -08:00
parent 52deb0d76d
commit 920672672a
2 changed files with 1 additions and 1 deletions

View file

@ -40,6 +40,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
public class ValidationErrorsPanel : FlowLayoutWidget
{
public ValidationErrorsPanel(IEnumerable<ValidationError> errors, ThemeConfig theme)
: base (FlowDirection.TopToBottom)
{
this.HAnchor = HAnchor.Absolute;
this.VAnchor = VAnchor.Fit | VAnchor;