[chronojump] Encoder recording time max from 999s to 3600s



commit b6a36e8c7b059f3d95ae314377587363df6844e9
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Mar 28 12:37:27 2019 +0100

    Encoder recording time max from 999s to 3600s

 glade/preferences_win.glade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glade/preferences_win.glade b/glade/preferences_win.glade
index 590cf505..0794dd93 100644
--- a/glade/preferences_win.glade
+++ b/glade/preferences_win.glade
@@ -1595,7 +1595,7 @@ It starts before and arrives there with some speed.</property>
                                     <property name="secondary_icon_activatable">False</property>
                                     <property name="primary_icon_sensitive">True</property>
                                     <property name="secondary_icon_sensitive">True</property>
-                                    <property name="adjustment">60 5 999 1 10 0</property>
+                                    <property name="adjustment">60 5 3600 1 10 0</property>
                                     <property name="climb_rate">1</property>
                                     <property name="snap_to_ticks">True</property>
                                     <property name="numeric">True</property>


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