Fix incorrect layout style
This commit is contained in:
parent
52deb0d76d
commit
920672672a
2 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue