diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-08 16:14:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-08 21:00:54 +0200 |
commit | 2f79940bee307b34c333251a415ab5ff6b0cc91e (patch) | |
tree | ca61c4cfd9e9a1d56296e0c33c9d216d3f48073c /sfx2/uiconfig | |
parent | 98e085b11b492a2030a5289e99b2335712ffff75 (diff) |
resave with glade to tidy this up
Change-Id: I7b3499cc1044cb976415d3db6855283bf928c4b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123266
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/developmenttool.ui | 14 |
1 files changed, 14 insertions, 0 deletions
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> |