Allow margins up to 10000 in obconf (Bug 3601)
authorDana Jansens <danakj@orodu.net>
Sun, 11 Aug 2013 20:54:06 +0000 (16:54 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 11 Aug 2013 20:56:21 +0000 (16:56 -0400)
src/obconf.glade

index 0fcc4d3..fbbba34 100644 (file)
@@ -813,7 +813,7 @@ Omnipresent (On all desktops)</property>
                                 <property name="top_attach">1</property>
                                 <property name="bottom_attach">2</property>
                                 <property name="x_options">GTK_FILL</property>
-                                <property name="y_options"></property>
+                                <property name="y_options"/>
                               </packing>
                             </child>
                             <child>
@@ -831,7 +831,7 @@ Omnipresent (On all desktops)</property>
                                 <property name="top_attach">2</property>
                                 <property name="bottom_attach">3</property>
                                 <property name="x_options">GTK_FILL</property>
-                                <property name="y_options"></property>
+                                <property name="y_options"/>
                               </packing>
                             </child>
                             <child>
@@ -849,7 +849,7 @@ Omnipresent (On all desktops)</property>
                                 <property name="top_attach">3</property>
                                 <property name="bottom_attach">4</property>
                                 <property name="x_options">GTK_FILL</property>
-                                <property name="y_options"></property>
+                                <property name="y_options"/>
                               </packing>
                             </child>
                             <child>
@@ -863,7 +863,7 @@ Omnipresent (On all desktops)</property>
                               </widget>
                               <packing>
                                 <property name="x_options">GTK_FILL</property>
-                                <property name="y_options"></property>
+                                <property name="y_options"/>
                               </packing>
                             </child>
                             <child>
@@ -879,7 +879,7 @@ Omnipresent (On all desktops)</property>
                                 <property name="top_attach">1</property>
                                 <property name="bottom_attach">2</property>
                                 <property name="x_options">GTK_FILL</property>
-                                <property name="y_options"></property>
+                                <property name="y_options"/>
                               </packing>
                             </child>
                             <child>
@@ -895,7 +895,7 @@ Omnipresent (On all desktops)</property>
                                 <property name="top_attach">2</property>
                                 <property name="bottom_attach">3</property>
                                 <property name="x_options">GTK_FILL</property>
-                                <property name="y_options"></property>
+                                <property name="y_options"/>
                               </packing>
                             </child>
                             <child>
@@ -911,7 +911,7 @@ Omnipresent (On all desktops)</property>
                                 <property name="top_attach">3</property>
                                 <property name="bottom_attach">4</property>
                                 <property name="x_options">GTK_FILL</property>
-                                <property name="y_options"></property>
+                                <property name="y_options"/>
                               </packing>
                             </child>
                             <child>
@@ -926,7 +926,7 @@ Omnipresent (On all desktops)</property>
                                 <property name="top_attach">4</property>
                                 <property name="bottom_attach">5</property>
                                 <property name="x_options">GTK_FILL</property>
-                                <property name="y_options"></property>
+                                <property name="y_options"/>
                               </packing>
                             </child>
                             <child>
@@ -941,7 +941,7 @@ Omnipresent (On all desktops)</property>
                               <packing>
                                 <property name="left_attach">1</property>
                                 <property name="right_attach">2</property>
-                                <property name="y_options"></property>
+                                <property name="y_options"/>
                               </packing>
                             </child>
                             <child>
@@ -956,7 +956,7 @@ Omnipresent (On all desktops)</property>
                                 <property name="top_attach">5</property>
                                 <property name="bottom_attach">6</property>
                                 <property name="x_options">GTK_FILL</property>
-                                <property name="y_options"></property>
+                                <property name="y_options"/>
                               </packing>
                             </child>
                             <child>
@@ -974,7 +974,7 @@ Omnipresent (On all desktops)</property>
                                 <property name="top_attach">4</property>
                                 <property name="bottom_attach">5</property>
                                 <property name="x_options">GTK_FILL</property>
-                                <property name="y_options"></property>
+                                <property name="y_options"/>
                               </packing>
                             </child>
                             <child>
@@ -992,7 +992,7 @@ Omnipresent (On all desktops)</property>
                                 <property name="top_attach">5</property>
                                 <property name="bottom_attach">6</property>
                                 <property name="x_options">GTK_FILL</property>
-                                <property name="y_options"></property>
+                                <property name="y_options"/>
                               </packing>
                             </child>
                           </widget>
@@ -3237,7 +3237,7 @@ Omnipresent (On all desktops)</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">20 0 100 1 10 0</property>
+                                            <property name="adjustment">20 0 10000 1 10 0</property>
                                             <property name="climb_rate">1</property>
                                             <property name="numeric">True</property>
                                             <signal name="value_changed" handler="on_margins_top_value_changed" after="yes" swapped="no"/>
@@ -3379,7 +3379,7 @@ Omnipresent (On all desktops)</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">20 0 100 1 10 0</property>
+                                        <property name="adjustment">20 0 10000 1 10 0</property>
                                         <property name="climb_rate">1</property>
                                         <property name="numeric">True</property>
                                         <signal name="value_changed" handler="on_margins_left_value_changed" after="yes" swapped="no"/>
@@ -3505,7 +3505,7 @@ Omnipresent (On all desktops)</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">20 0 100 1 10 0</property>
+                                        <property name="adjustment">20 0 10000 1 10 0</property>
                                         <property name="climb_rate">1</property>
                                         <property name="numeric">True</property>
                                         <signal name="value_changed" handler="on_margins_right_value_changed" after="yes" swapped="no"/>
@@ -3640,7 +3640,7 @@ Omnipresent (On all desktops)</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">20 0 100 1 10 0</property>
+                                        <property name="adjustment">20 0 10000 1 10 0</property>
                                         <property name="climb_rate">1</property>
                                         <property name="numeric">True</property>
                                         <signal name="value_changed" handler="on_margins_bottom_value_changed" after="yes" swapped="no"/>