goffice r2292 - in trunk: . goffice/graph goffice/gtk plugins/plot_barcol plugins/plot_distrib plugins/plot_pie plugins/plot_surface plugins/plot_xy plugins/smoothing tests



Author: emmanuel
Date: Sat Dec 13 17:57:24 2008
New Revision: 2292
URL: http://svn.gnome.org/viewvc/goffice?rev=2292&view=rev

Log:
2008-12-13  Emmanuel Pacaud <emmanuel pacaud lapp in2p3 fr>

	Avoid non-zero page size warnings in all glade files.

Modified:
   trunk/ChangeLog
   trunk/goffice/graph/gog-axis-prefs.glade
   trunk/goffice/graph/gog-error-bar-prefs.glade
   trunk/goffice/graph/gog-object-prefs.glade
   trunk/goffice/graph/gog-style-prefs.glade
   trunk/goffice/gtk/go-format-sel.glade
   trunk/goffice/gtk/go-image-save-dialog-extra.glade
   trunk/goffice/gtk/go-rotation-sel.glade
   trunk/plugins/plot_barcol/gog-barcol-prefs.glade
   trunk/plugins/plot_barcol/gog-minmax-prefs.glade
   trunk/plugins/plot_distrib/gog-boxplot-prefs.glade
   trunk/plugins/plot_pie/gog-pie-prefs.glade
   trunk/plugins/plot_pie/gog-pie-series.glade
   trunk/plugins/plot_pie/gog-ring-prefs.glade
   trunk/plugins/plot_surface/gog-xyz-surface-prefs.glade
   trunk/plugins/plot_xy/gog-bubble-prefs.glade
   trunk/plugins/smoothing/gog-exp-smooth.glade
   trunk/plugins/smoothing/gog-moving-avg.glade
   trunk/tests/go-demo.glade

Modified: trunk/goffice/graph/gog-axis-prefs.glade
==============================================================================
--- trunk/goffice/graph/gog-axis-prefs.glade	(original)
+++ trunk/goffice/graph/gog-axis-prefs.glade	Sat Dec 13 17:57:24 2008
@@ -324,7 +324,7 @@
 			      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			      <property name="snap_to_ticks">False</property>
 			      <property name="wrap">False</property>
-			      <property name="adjustment">0 -180 180 1 10 10</property>
+			      <property name="adjustment">0 -180 180 1 10 0</property>
 			    </widget>
 			    <packing>
 			      <property name="left_attach">1</property>
@@ -925,7 +925,7 @@
 			  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			  <property name="snap_to_ticks">False</property>
 			  <property name="wrap">False</property>
-			  <property name="adjustment">0 -10000 10000 1 10 10</property>
+			  <property name="adjustment">0 -10000 10000 1 10 0</property>
 			</widget>
 			<packing>
 			  <property name="padding">0</property>

Modified: trunk/goffice/graph/gog-error-bar-prefs.glade
==============================================================================
--- trunk/goffice/graph/gog-error-bar-prefs.glade	(original)
+++ trunk/goffice/graph/gog-error-bar-prefs.glade	Sat Dec 13 17:57:24 2008
@@ -277,7 +277,7 @@
 			  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			  <property name="snap_to_ticks">False</property>
 			  <property name="wrap">False</property>
-			  <property name="adjustment">1 0 100 1 10 10</property>
+			  <property name="adjustment">1 0 100 1 10 0</property>
 			</widget>
 			<packing>
 			  <property name="left_attach">1</property>
@@ -299,7 +299,7 @@
 			  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 			  <property name="snap_to_ticks">False</property>
 			  <property name="wrap">False</property>
-			  <property name="adjustment">5 0 100 1 10 10</property>
+			  <property name="adjustment">5 0 100 1 10 0</property>
 			</widget>
 			<packing>
 			  <property name="left_attach">1</property>

Modified: trunk/goffice/graph/gog-object-prefs.glade
==============================================================================
--- trunk/goffice/graph/gog-object-prefs.glade	(original)
+++ trunk/goffice/graph/gog-object-prefs.glade	Sat Dec 13 17:57:24 2008
@@ -336,7 +336,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">False</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">0 -10000 10000 1 10 10</property>
+		      <property name="adjustment">0 -10000 10000 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="left_attach">1</property>
@@ -358,7 +358,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">False</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">0 -10000 10000 1 10 10</property>
+		      <property name="adjustment">0 -10000 10000 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="left_attach">1</property>
@@ -584,7 +584,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">False</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">0 0 10000 1 10 10</property>
+		      <property name="adjustment">0 0 10000 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="left_attach">1</property>
@@ -606,7 +606,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">False</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">0 0 10000 1 10 10</property>
+		      <property name="adjustment">0 0 10000 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="left_attach">1</property>

Modified: trunk/goffice/graph/gog-style-prefs.glade
==============================================================================
--- trunk/goffice/graph/gog-style-prefs.glade	(original)
+++ trunk/goffice/graph/gog-style-prefs.glade	Sat Dec 13 17:57:24 2008
@@ -116,7 +116,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">False</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">0 0 30 0.1 1 1</property>
+		      <property name="adjustment">0 0 30 0.1 1 0</property>
 		    </widget>
 		    <packing>
 		      <property name="left_attach">1</property>
@@ -402,7 +402,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">False</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">0 0 30 0.10000000149 1 1</property>
+		      <property name="adjustment">0 0 30 0.1 1 0</property>
 		    </widget>
 		    <packing>
 		      <property name="left_attach">1</property>
@@ -1357,7 +1357,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">False</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">5 1 200 1 10 10</property>
+		      <property name="adjustment">5 1 200 1 10 0</property>
 		    </widget>
 		    <packing>
 		      <property name="left_attach">1</property>

Modified: trunk/goffice/gtk/go-format-sel.glade
==============================================================================
--- trunk/goffice/gtk/go-format-sel.glade	(original)
+++ trunk/goffice/gtk/go-format-sel.glade	Sat Dec 13 17:57:24 2008
@@ -614,7 +614,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">False</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">0 0 30 1 3 3</property>
+		      <property name="adjustment">0 0 30 1 3 0</property>
 		      <accessibility>
 			<atkrelation target="format_decimal_label" type="labelled-by"/>
 		      </accessibility>

Modified: trunk/goffice/gtk/go-image-save-dialog-extra.glade
==============================================================================
--- trunk/goffice/gtk/go-image-save-dialog-extra.glade	(original)
+++ trunk/goffice/gtk/go-image-save-dialog-extra.glade	Sat Dec 13 17:57:24 2008
@@ -160,7 +160,7 @@
 		  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		  <property name="snap_to_ticks">True</property>
 		  <property name="wrap">False</property>
-		  <property name="adjustment">150 30 2400 1 10 10</property>
+		  <property name="adjustment">150 30 2400 1 10 0</property>
 		</widget>
 		<packing>
 		  <property name="left_attach">1</property>

Modified: trunk/goffice/gtk/go-rotation-sel.glade
==============================================================================
--- trunk/goffice/gtk/go-rotation-sel.glade	(original)
+++ trunk/goffice/gtk/go-rotation-sel.glade	Sat Dec 13 17:57:24 2008
@@ -163,7 +163,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">False</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">0 -90 90 1 5 5</property>
+		      <property name="adjustment">0 -90 90 1 5 0</property>
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>

Modified: trunk/plugins/plot_barcol/gog-barcol-prefs.glade
==============================================================================
--- trunk/plugins/plot_barcol/gog-barcol-prefs.glade	(original)
+++ trunk/plugins/plot_barcol/gog-barcol-prefs.glade	Sat Dec 13 17:57:24 2008
@@ -135,7 +135,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">True</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">0 0 500 10 10 10</property>
+	  <property name="adjustment">0 0 500 10 10 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>
@@ -158,7 +158,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">True</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">0 -100 100 10 10 10</property>
+	  <property name="adjustment">0 -100 100 10 10 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>

Modified: trunk/plugins/plot_barcol/gog-minmax-prefs.glade
==============================================================================
--- trunk/plugins/plot_barcol/gog-minmax-prefs.glade	(original)
+++ trunk/plugins/plot_barcol/gog-minmax-prefs.glade	Sat Dec 13 17:57:24 2008
@@ -86,7 +86,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">True</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">0 0 500 10 10 10</property>
+	  <property name="adjustment">0 0 500 10 10 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>

Modified: trunk/plugins/plot_distrib/gog-boxplot-prefs.glade
==============================================================================
--- trunk/plugins/plot_distrib/gog-boxplot-prefs.glade	(original)
+++ trunk/plugins/plot_distrib/gog-boxplot-prefs.glade	Sat Dec 13 17:57:24 2008
@@ -44,7 +44,7 @@
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="tooltip" translatable="yes">Separation between groups as a percentage of bar/col width</property>
-            <property name="adjustment">0 0 500 10 10 10</property>
+            <property name="adjustment">0 0 500 10 10 0</property>
             <property name="climb_rate">10</property>
             <property name="snap_to_ticks">True</property>
             <property name="numeric">True</property>
@@ -124,7 +124,7 @@
             <property name="can_focus">True</property>
             <property name="has_tooltip">True</property>
             <property name="tooltip_text">Ratio of the diameter of the circles representing outliers versus the rectangle width.</property>
-            <property name="adjustment">25 0 50 1 10 10</property>
+            <property name="adjustment">25 0 50 1 10 0</property>
           </widget>
           <packing>
             <property name="left_attach">1</property>

Modified: trunk/plugins/plot_pie/gog-pie-prefs.glade
==============================================================================
--- trunk/plugins/plot_pie/gog-pie-prefs.glade	(original)
+++ trunk/plugins/plot_pie/gog-pie-prefs.glade	Sat Dec 13 17:57:24 2008
@@ -157,7 +157,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">True</property>
 	  <property name="wrap">True</property>
-	  <property name="adjustment">0 0 360 10 10 10</property>
+	  <property name="adjustment">0 0 360 10 10 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>
@@ -180,7 +180,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">True</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">0 0 500 10 50 50</property>
+	  <property name="adjustment">0 0 500 10 50 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>

Modified: trunk/plugins/plot_pie/gog-pie-series.glade
==============================================================================
--- trunk/plugins/plot_pie/gog-pie-series.glade	(original)
+++ trunk/plugins/plot_pie/gog-pie-series.glade	Sat Dec 13 17:57:24 2008
@@ -92,7 +92,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">True</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">0 0 500 10 50 50</property>
+	  <property name="adjustment">0 0 500 10 50 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>

Modified: trunk/plugins/plot_pie/gog-ring-prefs.glade
==============================================================================
--- trunk/plugins/plot_pie/gog-ring-prefs.glade	(original)
+++ trunk/plugins/plot_pie/gog-ring-prefs.glade	Sat Dec 13 17:57:24 2008
@@ -157,7 +157,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">True</property>
 	  <property name="wrap">True</property>
-	  <property name="adjustment">0 0 360 10 10 10</property>
+	  <property name="adjustment">0 0 360 10 10 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>
@@ -180,7 +180,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">True</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">0 0 500 10 50 50</property>
+	  <property name="adjustment">0 0 500 10 50 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>
@@ -252,7 +252,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">True</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">0 0 95 5 0.2 0.2</property>
+	  <property name="adjustment">0 0 95 5 0.2 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>

Modified: trunk/plugins/plot_surface/gog-xyz-surface-prefs.glade
==============================================================================
--- trunk/plugins/plot_surface/gog-xyz-surface-prefs.glade	(original)
+++ trunk/plugins/plot_surface/gog-xyz-surface-prefs.glade	Sat Dec 13 17:57:24 2008
@@ -46,7 +46,7 @@
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="tooltip" translatable="yes">Separation between groups as a percentage of bar/col width</property>
-            <property name="adjustment">10 2 1000 1 10 10</property>
+            <property name="adjustment">10 2 1000 1 10 0</property>
             <property name="climb_rate">10</property>
             <property name="snap_to_ticks">True</property>
             <property name="numeric">True</property>
@@ -63,7 +63,7 @@
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="tooltip" translatable="yes">How far the bars/cols overlap as a percentage of the width</property>
-            <property name="adjustment">10 2 1000 1 10 10</property>
+            <property name="adjustment">10 2 1000 1 10 0</property>
             <property name="climb_rate">0.10000000000000001</property>
             <property name="snap_to_ticks">True</property>
             <property name="numeric">True</property>

Modified: trunk/plugins/plot_xy/gog-bubble-prefs.glade
==============================================================================
--- trunk/plugins/plot_xy/gog-bubble-prefs.glade	(original)
+++ trunk/plugins/plot_xy/gog-bubble-prefs.glade	Sat Dec 13 17:57:24 2008
@@ -200,7 +200,7 @@
 	      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	      <property name="snap_to_ticks">False</property>
 	      <property name="wrap">False</property>
-	      <property name="adjustment">100 0 300 1 10 10</property>
+	      <property name="adjustment">100 0 300 1 10 0</property>
 	    </widget>
 	    <packing>
 	      <property name="padding">0</property>

Modified: trunk/plugins/smoothing/gog-exp-smooth.glade
==============================================================================
--- trunk/plugins/smoothing/gog-exp-smooth.glade	(original)
+++ trunk/plugins/smoothing/gog-exp-smooth.glade	Sat Dec 13 17:57:24 2008
@@ -96,7 +96,7 @@
 	  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	  <property name="snap_to_ticks">False</property>
 	  <property name="wrap">False</property>
-	  <property name="adjustment">100 10 10000 1 10 10</property>
+	  <property name="adjustment">100 10 10000 1 10 0</property>
 	</widget>
 	<packing>
 	  <property name="left_attach">1</property>

Modified: trunk/plugins/smoothing/gog-moving-avg.glade
==============================================================================
--- trunk/plugins/smoothing/gog-moving-avg.glade	(original)
+++ trunk/plugins/smoothing/gog-moving-avg.glade	Sat Dec 13 17:57:24 2008
@@ -68,7 +68,7 @@
 	      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 	      <property name="snap_to_ticks">False</property>
 	      <property name="wrap">False</property>
-	      <property name="adjustment">2 2 0 1 10 10</property>
+	      <property name="adjustment">2 2 0 1 10 0</property>
 	    </widget>
 	    <packing>
 	      <property name="padding">0</property>

Modified: trunk/tests/go-demo.glade
==============================================================================
--- trunk/tests/go-demo.glade	(original)
+++ trunk/tests/go-demo.glade	Sat Dec 13 17:57:24 2008
@@ -278,7 +278,7 @@
                               <widget class="GtkSpinButton" id="spb_value_1">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">10 0 10000 1 10 10</property>
+                                <property name="adjustment">10 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -298,7 +298,7 @@
                               <widget class="GtkSpinButton" id="spb_value_2">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">20 0 10000 1 10 10</property>
+                                <property name="adjustment">20 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -324,7 +324,7 @@
                               <widget class="GtkSpinButton" id="spb_value_3">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">30 0 10000 1 10 10</property>
+                                <property name="adjustment">30 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -344,7 +344,7 @@
                               <widget class="GtkSpinButton" id="spb_value_4">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">40 0 10000 1 10 10</property>
+                                <property name="adjustment">40 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -371,7 +371,7 @@
                               <widget class="GtkSpinButton" id="spb_value_5">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">50 0 10000 1 10 10</property>
+                                <property name="adjustment">50 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -391,7 +391,7 @@
                               <widget class="GtkSpinButton" id="spb_value_6">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">60 0 10000 1 10 10</property>
+                                <property name="adjustment">60 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -437,7 +437,7 @@
                               <widget class="GtkSpinButton" id="spb_index_1">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">1 0 100 1 10 10</property>
+                                <property name="adjustment">1 0 100 1 10 0</property>
                               </widget>
                               <packing>
                                 <property name="position">1</property>
@@ -456,7 +456,7 @@
                               <widget class="GtkSpinButton" id="spb_index_2">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">2 0 100 1 10 10</property>
+                                <property name="adjustment">2 0 100 1 10 0</property>
                               </widget>
                               <packing>
                                 <property name="position">3</property>
@@ -481,7 +481,7 @@
                               <widget class="GtkSpinButton" id="spb_index_3">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">3 0 100 1 10 10</property>
+                                <property name="adjustment">3 0 100 1 10 0</property>
                               </widget>
                               <packing>
                                 <property name="position">1</property>
@@ -500,7 +500,7 @@
                               <widget class="GtkSpinButton" id="spb_index_4">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">4 0 100 1 10 10</property>
+                                <property name="adjustment">4 0 100 1 10 0</property>
                               </widget>
                               <packing>
                                 <property name="position">3</property>
@@ -526,7 +526,7 @@
                               <widget class="GtkSpinButton" id="spb_index_5">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">5 0 100 1 10 10</property>
+                                <property name="adjustment">5 0 100 1 10 0</property>
                               </widget>
                               <packing>
                                 <property name="position">1</property>
@@ -545,7 +545,7 @@
                               <widget class="GtkSpinButton" id="spb_index_6">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">6 0 100 1 10 10</property>
+                                <property name="adjustment">6 0 100 1 10 0</property>
                               </widget>
                               <packing>
                                 <property name="position">3</property>
@@ -603,7 +603,7 @@
                               <widget class="GtkSpinButton" id="spb_angle_1">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">0 0 360 1 10 10</property>
+                                <property name="adjustment">0 0 360 1 10 0</property>
                               </widget>
                               <packing>
                                 <property name="position">1</property>
@@ -622,7 +622,7 @@
                               <widget class="GtkSpinButton" id="spb_angle_2">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">30 0 360 1 10 10</property>
+                                <property name="adjustment">30 0 360 1 10 0</property>
                               </widget>
                               <packing>
                                 <property name="position">3</property>
@@ -647,7 +647,7 @@
                               <widget class="GtkSpinButton" id="spb_angle_3">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">80 0 360 1 10 10</property>
+                                <property name="adjustment">80 0 360 1 10 0</property>
                               </widget>
                               <packing>
                                 <property name="position">1</property>
@@ -666,7 +666,7 @@
                               <widget class="GtkSpinButton" id="spb_angle_4">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">180 0 360 1 10 10</property>
+                                <property name="adjustment">180 0 360 1 10 0</property>
                               </widget>
                               <packing>
                                 <property name="position">3</property>
@@ -692,7 +692,7 @@
                               <widget class="GtkSpinButton" id="spb_angle_5">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">250 0 360 1 10 10</property>
+                                <property name="adjustment">250 0 360 1 10 0</property>
                               </widget>
                               <packing>
                                 <property name="position">1</property>
@@ -711,7 +711,7 @@
                               <widget class="GtkSpinButton" id="spb_angle_6">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">300 0 360 1 10 10</property>
+                                <property name="adjustment">300 0 360 1 10 0</property>
                               </widget>
                               <packing>
                                 <property name="position">3</property>
@@ -767,7 +767,7 @@
                               <widget class="GtkSpinButton" id="spb_start_1">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">1 0 10000 1 10 10</property>
+                                <property name="adjustment">1 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -787,7 +787,7 @@
                               <widget class="GtkSpinButton" id="spb_start_2">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">2 0 10000 1 10 10</property>
+                                <property name="adjustment">2 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -813,7 +813,7 @@
                               <widget class="GtkSpinButton" id="spb_start_3">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">3 0 10000 1 10 10</property>
+                                <property name="adjustment">3 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -833,7 +833,7 @@
                               <widget class="GtkSpinButton" id="spb_start_4">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">4 0 10000 1 10 10</property>
+                                <property name="adjustment">4 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -860,7 +860,7 @@
                               <widget class="GtkSpinButton" id="spb_start_5">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">5 0 10000 1 10 10</property>
+                                <property name="adjustment">5 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -880,7 +880,7 @@
                               <widget class="GtkSpinButton" id="spb_start_6">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">6 0 10000 1 10 10</property>
+                                <property name="adjustment">6 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -937,7 +937,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_1">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">10 0 10000 1 10 10</property>
+                                <property name="adjustment">10 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -957,7 +957,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_2">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">20 0 10000 1 10 10</property>
+                                <property name="adjustment">20 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -977,7 +977,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_3">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">30 0 10000 1 10 10</property>
+                                <property name="adjustment">30 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -997,7 +997,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_4">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">40 0 10000 1 10 10</property>
+                                <property name="adjustment">40 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1023,7 +1023,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_5">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">50 0 10000 1 10 10</property>
+                                <property name="adjustment">50 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1043,7 +1043,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_6">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">60 0 10000 1 10 10</property>
+                                <property name="adjustment">60 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1063,7 +1063,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_7">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">70 0 10000 1 10 10</property>
+                                <property name="adjustment">70 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1083,7 +1083,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_8">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">80 0 10000 1 10 10</property>
+                                <property name="adjustment">80 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1110,7 +1110,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_9">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">90 0 10000 1 10 10</property>
+                                <property name="adjustment">90 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1130,7 +1130,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_10">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">100 0 10000 1 10 10</property>
+                                <property name="adjustment">100 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1150,7 +1150,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_11">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">110 0 10000 1 10 10</property>
+                                <property name="adjustment">110 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1170,7 +1170,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_12">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">120 0 10000 1 10 10</property>
+                                <property name="adjustment">120 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1197,7 +1197,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_13">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">110 0 10000 1 10 10</property>
+                                <property name="adjustment">110 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1217,7 +1217,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_14">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">120 0 10000 1 10 10</property>
+                                <property name="adjustment">120 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1237,7 +1237,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_15">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">130 0 10000 1 10 10</property>
+                                <property name="adjustment">130 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1257,7 +1257,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_16">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">140 0 10000 1 10 10</property>
+                                <property name="adjustment">140 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1284,7 +1284,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_17">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">150 0 10000 1 10 10</property>
+                                <property name="adjustment">150 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1304,7 +1304,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_18">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">160 0 10000 1 10 10</property>
+                                <property name="adjustment">160 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1324,7 +1324,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_19">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">170 0 10000 1 10 10</property>
+                                <property name="adjustment">170 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>
@@ -1344,7 +1344,7 @@
                               <widget class="GtkSpinButton" id="spb_matrix_20">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">180 0 10000 1 10 10</property>
+                                <property name="adjustment">180 0 10000 1 10 0</property>
                                 <property name="digits">1</property>
                               </widget>
                               <packing>



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