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:
authorMike Krüger <mkrueger@xamarin.com>2011-09-12 13:47:38 +0400
committerMike Krüger <mkrueger@xamarin.com>2011-09-12 13:47:38 +0400
commit8fdb2b8ac5e27ae006f212b645c18bda2a4b0ad3 (patch)
treed1d8591dfd76e2e8871a82ece22bf48ef7060e77 /main/src/core/MonoDevelop.Ide/gtk-gui
parent5375928402d4ebf7ece56a0a48519df61d23dc56 (diff)
Fixed 'Bug 732 - Need a larger "New Solution" dialog'.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtk-gui')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.NewProjectDialog.cs6
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic6
2 files changed, 6 insertions, 6 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.NewProjectDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.NewProjectDialog.cs
index 813f03f060..654b27afaf 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.NewProjectDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.NewProjectDialog.cs
@@ -41,7 +41,7 @@ namespace MonoDevelop.Ide.Projects
{
global::Stetic.Gui.Initialize (this);
// Widget MonoDevelop.Ide.Projects.NewProjectDialog
- this.WidthRequest = 630;
+ this.WidthRequest = 930;
this.Name = "MonoDevelop.Ide.Projects.NewProjectDialog";
this.Title = "New Solution";
this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
@@ -96,7 +96,7 @@ namespace MonoDevelop.Ide.Projects
this.panedTemplates = new global::Gtk.HPaned ();
this.panedTemplates.CanFocus = true;
this.panedTemplates.Name = "panedTemplates";
- this.panedTemplates.Position = 308;
+ this.panedTemplates.Position = 430;
// Container child panedTemplates.Gtk.Paned+PanedChild
this.boxTemplates = new global::Gtk.VBox ();
this.boxTemplates.Name = "boxTemplates";
@@ -362,7 +362,7 @@ namespace MonoDevelop.Ide.Projects
if ((this.Child != null)) {
this.Child.ShowAll ();
}
- this.DefaultWidth = 735;
+ this.DefaultWidth = 930;
this.DefaultHeight = 539;
this.lbl_name.MnemonicWidget = this.txt_name;
this.lbl_subdirectory.MnemonicWidget = this.txt_subdirectory;
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
index 5d1b552372..fe682ec371 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
@@ -233,9 +233,9 @@
</widget>
</child>
</widget>
- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Projects.NewProjectDialog" design-size="735 539">
+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Projects.NewProjectDialog" design-size="930 539">
<property name="MemberName" />
- <property name="WidthRequest">630</property>
+ <property name="WidthRequest">930</property>
<property name="Visible">False</property>
<property name="Title">New Solution</property>
<property name="TypeHint">Dialog</property>
@@ -295,7 +295,7 @@
<widget class="Gtk.HPaned" id="panedTemplates">
<property name="MemberName" />
<property name="CanFocus">True</property>
- <property name="Position">308</property>
+ <property name="Position">430</property>
<child>
<widget class="Gtk.VBox" id="boxTemplates">
<property name="MemberName" />