New position and size in guiwidget
This commit is contained in:
parent
3d02e359aa
commit
a6cf0b379a
5 changed files with 2 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue