summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2021-03-26 19:19:04 +0900
committerTomaž Vajngerl <quikee@gmail.com>2021-03-26 14:25:55 +0100
commited62bbc71a8469fe74a699528398326e551e7301 (patch)
tree277b86c5f2ad42a1cfde7704a6791ea76742ad6c /sfx2
parent797fef38612fb2fd62d1f6591619b9361e526bca (diff)
devtools: move UI root element from GtkGrid to GtkBox
This triggered an assert in VclBuilder where it expects a weld::Box and not weld::Grid when accessing the root. Change-Id: Ifc0d7c7e8d52c5383aecd9814329e10bf55e6c89 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113151 Tested-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/uiconfig/ui/developmenttool.ui25
1 files changed, 5 insertions, 20 deletions
diff --git a/sfx2/uiconfig/ui/developmenttool.ui b/sfx2/uiconfig/ui/developmenttool.ui
index b73ad19bbe68..20ba9fbaa2ad 100644
--- a/sfx2/uiconfig/ui/developmenttool.ui
+++ b/sfx2/uiconfig/ui/developmenttool.ui
@@ -55,11 +55,10 @@
<column type="gchararray"/>
</columns>
</object>
- <!-- n-columns=1 n-rows=1 -->
- <object class="GtkGrid" id="DevelopmentTool">
+ <object class="GtkBox" id="DevelopmentTool">
<property name="visible">True</property>
<property name="can-focus">False</property>
- <property name="halign">baseline</property>
+ <property name="orientation">vertical</property>
<child>
<object class="GtkPaned">
<property name="visible">True</property>
@@ -96,9 +95,6 @@
<property name="model">liststore1</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="treecolumn">
<property name="resizable">True</property>
@@ -321,9 +317,6 @@
<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>
@@ -370,9 +363,6 @@
<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>
@@ -423,9 +413,6 @@
<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>
@@ -521,9 +508,6 @@
<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>
@@ -645,8 +629,9 @@
</child>
</object>
<packing>
- <property name="left-attach">0</property>
- <property name="top-attach">0</property>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
</packing>
</child>
</object>