commit bb2aec98dbbfc40473ec19f4d27557f964511826
Author: Javier Kohen <jko...@users.sourceforge.net>
Date:   Mon Mar 7 21:47:52 2011 +0100

    Use more appropriate values for the number of tracks GtkAdjustment.

 plugins/core_preferences/core_prefs.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/core_preferences/core_prefs.xml 
b/plugins/core_preferences/core_prefs.xml
index a5a2f8d..e0a27a0 100644
--- a/plugins/core_preferences/core_prefs.xml
+++ b/plugins/core_preferences/core_prefs.xml
@@ -32,9 +32,9 @@
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment6">
-    <property name="upper">600</property>
+    <property name="upper">100</property>
     <property name="step_increment">1</property>
-    <property name="page_increment">30</property>
+    <property name="page_increment">10</property>
   </object>
   <object class="GtkListStore" id="model1">
     <columns>

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to