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-11-12 06:23:35 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-11-12 06:23:35 +0300
commit52635a8bcf807c497570e795604962b8f4ecf41e (patch)
tree053442833cc4bcddbccdbe54bf808ef3d4682fc0 /main/src/addins/ChangeLogAddIn
parent111cde53b485ed732d34e53d8001dae199281482 (diff)
More dialog placement fixing
Diffstat (limited to 'main/src/addins/ChangeLogAddIn')
-rw-r--r--main/src/addins/ChangeLogAddIn/gtk-gui/MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.cs2
-rw-r--r--main/src/addins/ChangeLogAddIn/gtk-gui/gui.stetic1
2 files changed, 2 insertions, 1 deletions
diff --git a/main/src/addins/ChangeLogAddIn/gtk-gui/MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.cs b/main/src/addins/ChangeLogAddIn/gtk-gui/MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.cs
index 845e2728a3..55f59ea683 100644
--- a/main/src/addins/ChangeLogAddIn/gtk-gui/MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.cs
+++ b/main/src/addins/ChangeLogAddIn/gtk-gui/MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.cs
@@ -257,7 +257,7 @@ namespace MonoDevelop.ChangeLogAddIn
this.DefaultHeight = 510;
this.boxNewFile.Hide ();
this.boxNoFile.Hide ();
- this.Show ();
+ this.Hide ();
}
}
}
diff --git a/main/src/addins/ChangeLogAddIn/gtk-gui/gui.stetic b/main/src/addins/ChangeLogAddIn/gtk-gui/gui.stetic
index fb34243e30..2a70c5c9ee 100644
--- a/main/src/addins/ChangeLogAddIn/gtk-gui/gui.stetic
+++ b/main/src/addins/ChangeLogAddIn/gtk-gui/gui.stetic
@@ -11,6 +11,7 @@
</import>
<widget class="Gtk.Dialog" id="MonoDevelop.ChangeLogAddIn.AddLogEntryDialog" design-size="573 510">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="Events">ButtonPressMask</property>
<property name="GeneratePublic">False</property>
<property name="Title" translatable="yes">ChangeLog</property>