[longomatch] Set back to weight limit to 1000



commit f6e543a39f75db9d0eb0e3d1179b7e942ef82615
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Apr 2 21:08:24 2013 +0200

    Set back to weight limit to 1000

 .../LongoMatch.Gui.Component.PlayerProperties.cs   |    2 +-
 LongoMatch.GUI/gtk-gui/gui.stetic                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
index da42f60..0b19161 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
@@ -272,7 +272,7 @@ namespace LongoMatch.Gui.Component
                        w21.XOptions = ((global::Gtk.AttachOptions)(4));
                        w21.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child table1.Gtk.Table+TableChild
-                       this.weightspinbutton = new global::Gtk.SpinButton (0, 100, 1);
+                       this.weightspinbutton = new global::Gtk.SpinButton (0, 1000, 1);
                        this.weightspinbutton.CanFocus = true;
                        this.weightspinbutton.Name = "weightspinbutton";
                        this.weightspinbutton.Adjustment.PageIncrement = 10;
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index c87f88a..d649356 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -4290,7 +4290,7 @@ No</property>
           <widget class="Gtk.SpinButton" id="weightspinbutton">
             <property name="MemberName" />
             <property name="CanFocus">True</property>
-            <property name="Upper">100</property>
+            <property name="Upper">1000</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]