manually specify window start position for popup (this should be in a Popup class...)

This commit is contained in:
Michael Becker 2020-01-25 03:27:45 -05:00
parent 686d82bcfa
commit afd8ef84c1
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -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;
}
}