diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/Dialogs/GenericBrowserPopup.Designer.cs b/CSharp/Libraries/UniversalEditor.UserInterface/Dialogs/GenericBrowserPopup.Designer.cs index a4eaf380..d5628f2e 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/Dialogs/GenericBrowserPopup.Designer.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/Dialogs/GenericBrowserPopup.Designer.cs @@ -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; } }