[longomatch: 3/3] player: add up to 4x playback speed



commit 87759ab289a94b136a209602352ab54ee0c08126
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Oct 3 03:29:21 2012 +0200

    player: add up to 4x playback speed

 .../gtk-gui/LongoMatch.Gui.PlayerBin.cs            |    2 +-
 LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerBin.cs b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerBin.cs
index 75a4aef..adaa5c3 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerBin.cs
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.PlayerBin.cs
@@ -67,7 +67,7 @@ namespace LongoMatch.Gui
 			this.vscale1.UpdatePolicy = ((global::Gtk.UpdateType)(1));
 			this.vscale1.Inverted = true;
 			this.vscale1.Adjustment.Lower = 1;
-			this.vscale1.Adjustment.Upper = 28;
+			this.vscale1.Adjustment.Upper = 30;
 			this.vscale1.Adjustment.PageIncrement = 3;
 			this.vscale1.Adjustment.PageSize = 1;
 			this.vscale1.Adjustment.StepIncrement = 1;
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic b/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic
index aee7cd3..2ca84c7 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic
@@ -118,7 +118,7 @@
                     <property name="UpdatePolicy">Discontinuous</property>
                     <property name="Inverted">True</property>
                     <property name="Lower">1</property>
-                    <property name="Upper">28</property>
+                    <property name="Upper">30</property>
                     <property name="PageIncrement">3</property>
                     <property name="PageSize">1</property>
                     <property name="StepIncrement">1</property>



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