New position and size in guiwidget

This commit is contained in:
Lars Brubaker 2017-07-28 15:39:35 -07:00
parent 3d02e359aa
commit a6cf0b379a
5 changed files with 2 additions and 6 deletions

View file

@ -62,7 +62,6 @@ namespace MatterHackers.MatterControl
this.Padding = new BorderDouble(0);
this.VAnchor = Agg.UI.VAnchor.ParentCenter;
this.MenuDropList.SelectionChanged += MenuDropList_SelectionChanged;
this.MenuDropList.OpenOffset = new Vector2(0, 0);
}
private void MenuDropList_SelectionChanged(object sender, EventArgs e)

View file

@ -16,7 +16,6 @@ namespace MatterHackers.MatterControl
Margin = new BorderDouble(0);
Padding = new BorderDouble(4);
VAnchor = VAnchor.ParentCenter;
OpenOffset = new Vector2(-3, -5);
this.PopupContent = new ApplicationSettingsWidget(ApplicationController.Instance.Theme.MenuButtonFactory)
{