[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - cui/uiconfig

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 18 06:02:33 PDT 2012


 cui/uiconfig/ui/10000.ui |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit 8e9afa30b2a738d50bdf59e11a19c33ea9eac65f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Sep 18 14:02:09 2012 +0100

    add adjustment for max columns
    
    Change-Id: I6a1c97a3fea03bd4ef0c5a45d94bd139921bcfc1

diff --git a/cui/uiconfig/ui/10000.ui b/cui/uiconfig/ui/10000.ui
index fe84aea..43e710b 100644
--- a/cui/uiconfig/ui/10000.ui
+++ b/cui/uiconfig/ui/10000.ui
@@ -308,6 +308,7 @@
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="invisible_char">●</property>
+                                <property name="adjustment">adjustment1</property>
                               </object>
                               <packing>
                                 <property name="expand">False</property>
@@ -380,4 +381,10 @@
       <action-widget response="0">30</action-widget>
     </action-widgets>
   </object>
+  <object class="GtkAdjustment" id="adjustment1">
+    <property name="lower">1</property>
+    <property name="upper">999</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">10</property>
+  </object>
 </interface>


More information about the Libreoffice-commits mailing list