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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 28 19:09:37 UTC 2020


 cui/uiconfig/ui/optuserpage.ui |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

New commits:
commit 443ca9d5c4d29a8efbea9f907fe473346acd6701
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Sep 28 15:56:41 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Sep 28 21:08:56 2020 +0200

    tdf#137039 move the super long checkbox into the available whitespace
    
    sidestep the awkwardness of wrapping checkboxes and take advantage of the hectare
    of space to the left
    
    Change-Id: Ie2bbd3a1dde3c9d7a3a1d5e1af441183d23b03cd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103562
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/uiconfig/ui/optuserpage.ui b/cui/uiconfig/ui/optuserpage.ui
index 5c173315934b..ae4851acc588 100644
--- a/cui/uiconfig/ui/optuserpage.ui
+++ b/cui/uiconfig/ui/optuserpage.ui
@@ -452,8 +452,9 @@
                     </child>
                   </object>
                   <packing>
-                    <property name="left_attach">1</property>
+                    <property name="left_attach">0</property>
                     <property name="top_attach">12</property>
+                    <property name="width">2</property>
                   </packing>
                 </child>
                 <child>
@@ -856,9 +857,6 @@
                     <property name="top_attach">0</property>
                   </packing>
                 </child>
-                <child>
-                  <placeholder/>
-                </child>
               </object>
             </child>
           </object>
@@ -980,13 +978,11 @@
                     </child>
                   </object>
                   <packing>
-                    <property name="left_attach">1</property>
+                    <property name="left_attach">0</property>
                     <property name="top_attach">2</property>
+                    <property name="width">2</property>
                   </packing>
                 </child>
-                <child>
-                  <placeholder/>
-                </child>
               </object>
             </child>
           </object>


More information about the Libreoffice-commits mailing list