sfx2/uiconfig/ui/developmenttool.ui |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

New commits:
commit b94b9bae78b410d51cdcb385980133d9f6c14b84
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Oct 8 15:38:32 2021 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Oct 8 20:59:00 2021 +0200

    fix "GtkBox does not have a child property called left-attach"
    
    on launching development tools
    
    probably since...
    
    commit 81d6ed89d1e5268c2ea4ff527f3e6087dc1d8ccd
    Date:   Mon May 17 13:59:25 2021 +0300
    
        tdf#142276 Use vertical GtkBox insted of horizontal GtkGrid for the 
left side.
    
    Change-Id: I6d4e4a056fb25c6ffb44e0ed734eb7a553a78ba3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123263
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sfx2/uiconfig/ui/developmenttool.ui 
b/sfx2/uiconfig/ui/developmenttool.ui
index 2f818cae7823..179d5cf00ccf 100644
--- a/sfx2/uiconfig/ui/developmenttool.ui
+++ b/sfx2/uiconfig/ui/developmenttool.ui
@@ -68,15 +68,14 @@
         <property name="position">270</property>
         <property name="wide-handle">True</property>
         <child>
-          <!-- n-columns=1 n-rows=2 -->
           <object class="GtkBox">
             <property name="visible">True</property>
             <property name="can-focus">False</property>
-            <property name="orientation">vertical</property>
             <property name="margin-start">6</property>
             <property name="margin-end">6</property>
             <property name="margin-top">6</property>
             <property name="margin-bottom">6</property>
+            <property name="orientation">vertical</property>
             <child>
               <object class="GtkBox">
                 <property name="visible">True</property>
@@ -125,8 +124,8 @@
                 </child>
               </object>
               <packing>
-                <property name="left-attach">0</property>
-                <property name="top-attach">0</property>
+                <property name="fill">True</property>
+                <property name="position">0</property>
               </packing>
             </child>
             <child>
@@ -165,8 +164,8 @@
                 </child>
               </object>
               <packing>
-                <property name="left-attach">0</property>
-                <property name="top-attach">1</property>
+                <property name="fill">True</property>
+                <property name="position">1</property>
               </packing>
             </child>
           </object>

Reply via email to