[Libreoffice-commits] core.git: cui/uiconfig

Adolfo Jayme Barrientos fitojb at ubuntu.com
Tue Nov 25 03:37:03 PST 2014


 cui/uiconfig/ui/numberingformatpage.ui |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 936ffd5924e68e1803c8ddeb8a2435375d356260
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Sat Nov 22 17:36:50 2014 -0600

    fdo#86579 Give uniform width to Category and Format frames
    
    Change-Id: I55648417f56c28b0ac07ebff908805764bb2eb0c
    Reviewed-on: https://gerrit.libreoffice.org/13059
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/uiconfig/ui/numberingformatpage.ui b/cui/uiconfig/ui/numberingformatpage.ui
index 7ad7600..e6e751d 100644
--- a/cui/uiconfig/ui/numberingformatpage.ui
+++ b/cui/uiconfig/ui/numberingformatpage.ui
@@ -99,7 +99,6 @@
                 <property name="can_focus">False</property>
                 <property name="row_spacing">6</property>
                 <property name="column_spacing">6</property>
-                <property name="row_homogeneous">True</property>
                 <child>
                   <object class="GtkEntry" id="formated">
                     <property name="visible">True</property>
@@ -223,8 +222,8 @@
               <object class="GtkGrid" id="grid5">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="row_spacing">10</property>
-                <property name="column_spacing">20</property>
+                <property name="row_spacing">6</property>
+                <property name="column_spacing">12</property>
                 <child>
                   <object class="GtkSpinButton" id="decimalsed">
                     <property name="visible">True</property>
@@ -253,6 +252,7 @@
                   <object class="GtkLabel" id="decimalsft">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
+                    <property name="xalign">1</property>
                     <property name="label" translatable="yes">_Decimal places:</property>
                     <property name="use_underline">True</property>
                     <property name="mnemonic_widget">decimalsed</property>
@@ -266,6 +266,7 @@
                   <object class="GtkLabel" id="leadzerosft">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
+                    <property name="xalign">1</property>
                     <property name="label" translatable="yes">Leading _zeroes:</property>
                     <property name="use_underline">True</property>
                     <property name="mnemonic_widget">leadzerosed</property>
@@ -332,7 +333,7 @@
         <property name="hexpand">True</property>
         <property name="vexpand">True</property>
         <property name="row_spacing">12</property>
-        <property name="column_spacing">6</property>
+        <property name="column_spacing">12</property>
         <child>
           <object class="GtkFrame" id="categoryframe">
             <property name="visible">True</property>
@@ -545,12 +546,11 @@
     </child>
   </object>
   <object class="GtkSizeGroup" id="sizegroup1">
-    <property name="mode">vertical</property>
+    <property name="mode">both</property>
     <property name="ignore_hidden">True</property>
     <widgets>
       <widget name="categoryframe"/>
       <widget name="formatframe"/>
-      <widget name="languageframe"/>
     </widgets>
   </object>
 </interface>


More information about the Libreoffice-commits mailing list