sfx2/uiconfig/ui/developmenttool.ui |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

New commits:
commit 2f79940bee307b34c333251a415ab5ff6b0cc91e
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Oct 8 16:14:15 2021 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Oct 8 21:00:54 2021 +0200

    resave with glade to tidy this up
    
    Change-Id: I7b3499cc1044cb976415d3db6855283bf928c4b5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123266
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sfx2/uiconfig/ui/developmenttool.ui 
b/sfx2/uiconfig/ui/developmenttool.ui
index 65f00b1126b4..034af58193df 100644
--- a/sfx2/uiconfig/ui/developmenttool.ui
+++ b/sfx2/uiconfig/ui/developmenttool.ui
@@ -146,6 +146,7 @@
                 </child>
               </object>
               <packing>
+                <property name="expand">False</property>
                 <property name="fill">True</property>
                 <property name="position">0</property>
               </packing>
@@ -186,6 +187,7 @@
                 </child>
               </object>
               <packing>
+                <property name="expand">True</property>
                 <property name="fill">True</property>
                 <property name="position">1</property>
               </packing>
@@ -334,6 +336,9 @@
                         <property 
name="model">object_inspector_interfaces_liststore</property>
                         <property name="search-column">0</property>
                         <property name="enable-tree-lines">True</property>
+                        <child internal-child="selection">
+                          <object class="GtkTreeSelection"/>
+                        </child>
                         <child>
                           <object class="GtkTreeViewColumn" 
id="interfaces_treeviewcolumn1">
                             <property name="resizable">True</property>
@@ -380,6 +385,9 @@
                         <property 
name="model">object_inspector_services_liststore</property>
                         <property name="search-column">0</property>
                         <property name="enable-tree-lines">True</property>
+                        <child internal-child="selection">
+                          <object class="GtkTreeSelection"/>
+                        </child>
                         <child>
                           <object class="GtkTreeViewColumn" 
id="services_treeviewcolumn1">
                             <property name="resizable">True</property>
@@ -435,6 +443,9 @@
                             <property 
name="model">object_inspector_properties_liststore</property>
                             <property name="search-column">0</property>
                             <property name="enable-tree-lines">True</property>
+                            <child internal-child="selection">
+                              <object class="GtkTreeSelection"/>
+                            </child>
                             <child>
                               <object class="GtkTreeViewColumn" 
id="properties_treeviewcolumn1">
                                 <property name="resizable">True</property>
@@ -556,6 +567,9 @@
                         <property 
name="model">object_inspector_methods_liststore</property>
                         <property name="search-column">0</property>
                         <property name="enable-tree-lines">True</property>
+                        <child internal-child="selection">
+                          <object class="GtkTreeSelection"/>
+                        </child>
                         <child>
                           <object class="GtkTreeViewColumn" 
id="methods_treeviewcolumn1">
                             <property name="resizable">True</property>

Reply via email to