summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-10-08 15:38:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-10-08 20:59:00 +0200
commitb94b9bae78b410d51cdcb385980133d9f6c14b84 (patch)
tree94dae123bb8c84ad3042c973d42616bbfaa8636f /sfx2
parentcab77a48da1d481ddae24c9bd273ba4e7585b81c (diff)
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 <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/uiconfig/ui/developmenttool.ui11
1 files changed, 5 insertions, 6 deletions
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>