Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-10-26 05:08:16 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-10-26 05:08:16 +0400
commita783f4969b24ac45230f24a4108eca7009d7a475 (patch)
tree76376281727d8fe58251f2142194d4132bd3652e /main/src/core/MonoDevelop.Ide/gtk-gui
parent93ed622a40449105a8c9e7ccf02197c136064132 (diff)
Clean up dialog placement
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtk-gui')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Execution.CustomExecutionModeDialog.cs2
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog.cs2
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs2
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.SelectReferenceDialog.cs2
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic4
5 files changed, 8 insertions, 4 deletions
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</property>
</widget>
<widget class="Gtk.Dialog" id="MonoDevelop.Ide.FindInFiles.FindInFilesDialog" design-size="456 289">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="TypeHint">Dialog</property>
<property name="WindowPosition">CenterOnParent</property>
<property name="BorderWidth">6</property>
@@ -6166,6 +6167,7 @@ Large</property>
</widget>
<widget class="Gtk.Dialog" id="MonoDevelop.Ide.Execution.CustomExecutionModeDialog" design-size="655 525">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="GeneratePublic">False</property>
<property name="Title" translatable="yes">Execution Arguments</property>
<property name="WindowPosition">CenterOnParent</property>
@@ -6439,6 +6441,7 @@ All solutions</property>
</widget>
<widget class="Gtk.Dialog" id="MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog" design-size="645 409">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="GeneratePublic">False</property>
<property name="Title" translatable="yes">Custom Execution Modes</property>
<property name="WindowPosition">CenterOnParent</property>
@@ -11089,6 +11092,7 @@ Visual Studio generates a default ID for embedded resources, instead of simply u
<property name="MemberName" />
<property name="WidthRequest">640</property>
<property name="HeightRequest">520</property>
+ <property name="Visible">False</property>
<property name="GeneratePublic">False</property>
<property name="Title" translatable="yes">Edit References</property>
<property name="TypeHint">Dialog</property>