[Libreoffice-commits] .: cui/uiconfig

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jan 18 08:52:27 PST 2013


 cui/uiconfig/ui/charnamepage.ui |   22 ++++++----------------
 1 file changed, 6 insertions(+), 16 deletions(-)

New commits:
commit a187122ff66dceca1fab1a6c2c1bbe8d9588741c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Jan 18 16:49:41 2013 +0000

    super-long language names make character dialog look real ugly
    
    so move language to the first column and let it span
    all columns, but not fill the availabl area
    
    Change-Id: I8c9a410861c3fb942569af7523313a84ae7f6c98

diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui
index 01267b7..2df58c5 100644
--- a/cui/uiconfig/ui/charnamepage.ui
+++ b/cui/uiconfig/ui/charnamepage.ui
@@ -74,14 +74,15 @@
                   <object class="GtkLabel" id="westlangft-nocjk">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
+                    <property name="halign">start</property>
                     <property name="hexpand">True</property>
                     <property name="xalign">0</property>
                     <property name="label" translatable="yes">Language</property>
                   </object>
                   <packing>
-                    <property name="left_attach">1</property>
+                    <property name="left_attach">0</property>
                     <property name="top_attach">3</property>
-                    <property name="width">1</property>
+                    <property name="width">3</property>
                     <property name="height">1</property>
                   </packing>
                 </child>
@@ -90,11 +91,12 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="hexpand">True</property>
+                    <property name="halign">start</property>
                   </object>
                   <packing>
-                    <property name="left_attach">1</property>
+                    <property name="left_attach">0</property>
                     <property name="top_attach">4</property>
-                    <property name="width">1</property>
+                    <property name="width">3</property>
                     <property name="height">1</property>
                   </packing>
                 </child>
@@ -177,18 +179,6 @@
                     <property name="height">1</property>
                   </packing>
                 </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
               </object>
             </child>
           </object>


More information about the Libreoffice-commits mailing list