This commit is contained in:
John Lewin 2019-02-24 10:02:53 -08:00
parent a7b1eead90
commit 75f33b3499

View file

@ -643,12 +643,11 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
OpenColor = openColor,
DrawArrow = true,
Margin = theme.ButtonSpacing,
PopupBorderColor = Color.Transparent
PopupBorderColor = Color.Transparent,
PopupHAnchor = HAnchor.Fit,
PopupVAnchor = VAnchor.Fit
};
libraryPopup.PopupHAnchor = HAnchor.Fit;
libraryPopup.PopupVAnchor = VAnchor.Fit;
return libraryPopup;
}