[longomatch] Inrease the max number of players in a template to 100



commit 956e050ddc102d5ec44378e6426c124d645a96ef
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun May 30 16:18:03 2010 +0200

    Inrease the max number of players in a template to 100

 .../gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs   |    2 +-
 LongoMatch/gtk-gui/gui.stetic                      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
index 0c4eafa..cd84f48 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
@@ -109,7 +109,7 @@ namespace LongoMatch.Gui.Dialog {
             w6.XOptions = ((Gtk.AttachOptions)(4));
             w6.YOptions = ((Gtk.AttachOptions)(4));
             // Container child table1.Gtk.Table+TableChild
-            this.playersspinbutton = new Gtk.SpinButton(1, 30, 1);
+            this.playersspinbutton = new Gtk.SpinButton(1, 100, 1);
             this.playersspinbutton.CanFocus = true;
             this.playersspinbutton.Name = "playersspinbutton";
             this.playersspinbutton.Adjustment.PageIncrement = 10;
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index 7cb6d21..00b939f 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -2749,7 +2749,7 @@ new one.</property>
                 <property name="MemberName" />
                 <property name="CanFocus">True</property>
                 <property name="Lower">1</property>
-                <property name="Upper">30</property>
+                <property name="Upper">100</property>
                 <property name="PageIncrement">10</property>
                 <property name="StepIncrement">1</property>
                 <property name="ClimbRate">1</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]