From a783f4969b24ac45230f24a4108eca7009d7a475 Mon Sep 17 00:00:00 2001 From: Michael Hutchinson Date: Mon, 25 Oct 2010 21:08:16 -0400 Subject: Clean up dialog placement --- .../gtk-gui/MonoDevelop.Ide.Execution.CustomExecutionModeDialog.cs | 2 +- .../MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog.cs | 2 +- .../gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs | 2 +- .../gtk-gui/MonoDevelop.Ide.Projects.SelectReferenceDialog.cs | 2 +- main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic | 4 ++++ 5 files changed, 8 insertions(+), 4 deletions(-) (limited to 'main/src/core/MonoDevelop.Ide/gtk-gui') diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Execution.CustomExecutionModeDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Execution.CustomExecutionModeDialog.cs index a776a1336a..5193c3a683 100644 --- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Execution.CustomExecutionModeDialog.cs +++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Execution.CustomExecutionModeDialog.cs @@ -221,7 +221,7 @@ namespace MonoDevelop.Ide.Execution this.DefaultHeight = 525; this.boxName.Hide (); this.checkPrompt.Hide (); - this.Show (); + this.Hide (); this.comboTargetMode.SelectionChanged += new global::System.EventHandler (this.OnComboTargetModeSelectionChanged); this.checkSave.Toggled += new global::System.EventHandler (this.OnCheckSaveToggled); this.entryModeName.Changed += new global::System.EventHandler (this.OnEntryModeNameChanged); diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog.cs index 496a8db86c..0e3aa3fd9e 100644 --- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog.cs +++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog.cs @@ -120,7 +120,7 @@ namespace MonoDevelop.Ide.Execution } this.DefaultWidth = 645; this.DefaultHeight = 409; - this.Show (); + this.Hide (); this.buttonAdd.Clicked += new global::System.EventHandler (this.OnButtonAddClicked); this.buttonRemove.Clicked += new global::System.EventHandler (this.OnButtonRemoveClicked); this.buttonEdit.Clicked += new global::System.EventHandler (this.OnButtonEditClicked); diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs index e81ee3d55c..346b8b97fb 100644 --- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs +++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs @@ -264,7 +264,7 @@ namespace MonoDevelop.Ide.FindInFiles this.DefaultHeight = 289; this.labelFind.MnemonicWidget = this.comboboxentryFind; this.labelScope.MnemonicWidget = this.comboboxScope; - this.Show (); + this.Hide (); } } } diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.SelectReferenceDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.SelectReferenceDialog.cs index 05794dda54..fe06a6b222 100644 --- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.SelectReferenceDialog.cs +++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.SelectReferenceDialog.cs @@ -167,7 +167,7 @@ namespace MonoDevelop.Ide.Projects if ((this.Child != null)) { this.Child.ShowAll (); } - this.Show (); + this.Hide (); this.RemoveReferenceButton.Clicked += new global::System.EventHandler (this.RemoveReference); } } diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic index cdaf67b702..dfe186bf99 100644 --- a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic +++ b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic @@ -5583,6 +5583,7 @@ Large + False Dialog CenterOnParent 6 @@ -6166,6 +6167,7 @@ Large + False False Execution Arguments CenterOnParent @@ -6439,6 +6441,7 @@ All solutions + False False Custom Execution Modes CenterOnParent @@ -11089,6 +11092,7 @@ Visual Studio generates a default ID for embedded resources, instead of simply u 640 520 + False False Edit References Dialog -- cgit v1.2.3