Adjust anchoring to pop up when required
- Issue MatterHackers/MCCentral#4047 Context menu for library items goes off bottom of window
This commit is contained in:
parent
136923dd8c
commit
57731f675a
2 changed files with 1 additions and 2 deletions
|
|
@ -431,7 +431,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
new MatePoint(menu)
|
||||
{
|
||||
Mate = new MateOptions(MateEdge.Left, MateEdge.Top),
|
||||
AltMate = new MateOptions(MateEdge.Left, MateEdge.Top)
|
||||
AltMate = new MateOptions(MateEdge.Left, MateEdge.Bottom)
|
||||
},
|
||||
altBounds: popupBounds);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue