Browse Source

Open With dialog is now centered and no longer shown in task bar.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3819 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 17 years ago
parent
commit
e60ed8da10
  1. 2
      src/Main/Base/Project/Src/Gui/Dialogs/AddOpenWithEntryDialog.Designer.cs
  2. 2
      src/Main/Base/Project/Src/Gui/Dialogs/OpenWithDialog.Designer.cs

2
src/Main/Base/Project/Src/Gui/Dialogs/AddOpenWithEntryDialog.Designer.cs generated

@ -130,6 +130,8 @@ namespace ICSharpCode.SharpDevelop.Gui
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "AddOpenWithEntryDialog"; this.Name = "AddOpenWithEntryDialog";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "${res:Gui.ProjectBrowser.OpenWith.AddProgram.DialogTitle}"; this.Text = "${res:Gui.ProjectBrowser.OpenWith.AddProgram.DialogTitle}";
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();

2
src/Main/Base/Project/Src/Gui/Dialogs/OpenWithDialog.Designer.cs generated

@ -143,6 +143,8 @@ namespace ICSharpCode.SharpDevelop.Gui
this.MinimizeBox = false; this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(292, 186); this.MinimumSize = new System.Drawing.Size(292, 186);
this.Name = "OpenWithDialog"; this.Name = "OpenWithDialog";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "${res:Gui.ProjectBrowser.OpenWith.DialogTitle}"; this.Text = "${res:Gui.ProjectBrowser.OpenWith.DialogTitle}";
this.ResumeLayout(false); this.ResumeLayout(false);
} }

Loading…
Cancel
Save