Simplify
This commit is contained in:
parent
a7b1eead90
commit
75f33b3499
1 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue