[longomatch] Increase lead and lag time to 1000 seconds



commit 5bb4655e55f2ba3c522d7530b5671f47f66f6296
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Nov 25 00:51:58 2012 +0100

    Increase lead and lag time to 1000 seconds

 .../LongoMatch.Gui.Component.CategoryProperties.cs |    4 ++--
 LongoMatch.GUI/gtk-gui/gui.stetic                  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
index 9560512..e6e27b4 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
@@ -182,7 +182,7 @@ namespace LongoMatch.Gui.Component
 			w10.XOptions = ((global::Gtk.AttachOptions)(4));
 			w10.YOptions = ((global::Gtk.AttachOptions)(4));
 			// Container child table2.Gtk.Table+TableChild
-			this.lagtimebutton = new global::Gtk.SpinButton (0, 100, 1);
+			this.lagtimebutton = new global::Gtk.SpinButton (0, 1000, 1);
 			this.lagtimebutton.CanFocus = true;
 			this.lagtimebutton.Name = "lagtimebutton";
 			this.lagtimebutton.Adjustment.PageIncrement = 1;
@@ -196,7 +196,7 @@ namespace LongoMatch.Gui.Component
 			w11.RightAttach = ((uint)(4));
 			w11.YOptions = ((global::Gtk.AttachOptions)(4));
 			// Container child table2.Gtk.Table+TableChild
-			this.leadtimebutton = new global::Gtk.SpinButton (0, 100, 1);
+			this.leadtimebutton = new global::Gtk.SpinButton (0, 1000, 1);
 			this.leadtimebutton.CanFocus = true;
 			this.leadtimebutton.Name = "leadtimebutton";
 			this.leadtimebutton.Adjustment.PageIncrement = 1;
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 5aa3a73..72cc771 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -2283,7 +2283,7 @@
                       <widget class="Gtk.SpinButton" id="lagtimebutton">
                         <property name="MemberName" />
                         <property name="CanFocus">True</property>
-                        <property name="Upper">100</property>
+                        <property name="Upper">1000</property>
                         <property name="PageIncrement">1</property>
                         <property name="StepIncrement">1</property>
                         <property name="ClimbRate">1</property>
@@ -2308,7 +2308,7 @@
                       <widget class="Gtk.SpinButton" id="leadtimebutton">
                         <property name="MemberName" />
                         <property name="CanFocus">True</property>
-                        <property name="Upper">100</property>
+                        <property name="Upper">1000</property>
                         <property name="PageIncrement">1</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]