manually specify window start position for popup (this should be in a Popup class...)
This commit is contained in:
parent
686d82bcfa
commit
afd8ef84c1
@ -74,6 +74,8 @@ namespace UniversalEditor.UserInterface.Dialogs
|
||||
this.Controls.Add(this.lv, new BoxLayout.Constraints(true, true));
|
||||
|
||||
this.MinimumSize = new Dimension2D (300, 200);
|
||||
|
||||
StartPosition = WindowStartPosition.Manual;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user