summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-10-08 15:38:32 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-10-11 00:41:21 +0200
commitc3c31ab91c6e3650a881594bf52297947eefa5e2 (patch)
tree9c70ea2807cd55d826fadf288dfa4dc43e3f49c1 /sfx2
parent261d2ec2ab16a74d39ac1a372311e94869a68ac3 (diff)
fix warnings under gtk on launching development tools
a) "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 b) add mappings for emphasis property Change-Id: I1406d57a47075bfad3973c6bbb825a7754e8f279 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123265 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/uiconfig/ui/developmenttool.ui37
1 files changed, 31 insertions, 6 deletions
diff --git a/sfx2/uiconfig/ui/developmenttool.ui b/sfx2/uiconfig/ui/developmenttool.ui
index 476f9ed610cf..08607a0d8c0a 100644
--- a/sfx2/uiconfig/ui/developmenttool.ui
+++ b/sfx2/uiconfig/ui/developmenttool.ui
@@ -9,6 +9,8 @@
<column type="gchararray"/>
<!-- column-name id -->
<column type="gchararray"/>
+ <!-- column-name weight1 -->
+ <column type="gint"/>
</columns>
</object>
<object class="GtkTreeStore" id="object_inspector_interfaces_liststore">
@@ -17,6 +19,8 @@
<column type="gchararray"/>
<!-- column-name id -->
<column type="gchararray"/>
+ <!-- column-name weight1 -->
+ <column type="gint"/>
</columns>
</object>
<object class="GtkTreeStore" id="object_inspector_methods_liststore">
@@ -31,6 +35,14 @@
<column type="gchararray"/>
<!-- column-name id -->
<column type="gchararray"/>
+ <!-- column-name weight1 -->
+ <column type="gint"/>
+ <!-- column-name weight2 -->
+ <column type="gint"/>
+ <!-- column-name weight3 -->
+ <column type="gint"/>
+ <!-- column-name weight4 -->
+ <column type="gint"/>
</columns>
</object>
<object class="GtkTreeStore" id="object_inspector_properties_liststore">
@@ -45,6 +57,14 @@
<column type="gchararray"/>
<!-- column-name id -->
<column type="gchararray"/>
+ <!-- column-name weight1 -->
+ <column type="gint"/>
+ <!-- column-name weight2 -->
+ <column type="gint"/>
+ <!-- column-name weight3 -->
+ <column type="gint"/>
+ <!-- column-name weight4 -->
+ <column type="gint"/>
</columns>
</object>
<object class="GtkTreeStore" id="object_inspector_services_liststore">
@@ -53,6 +73,8 @@
<column type="gchararray"/>
<!-- column-name id -->
<column type="gchararray"/>
+ <!-- column-name weight1 -->
+ <column type="gint"/>
</columns>
</object>
<object class="GtkBox" id="DevelopmentTool">
@@ -68,15 +90,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 +146,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 +186,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>
@@ -323,6 +344,7 @@
<object class="GtkCellRendererText" id="obj_insp_cellrenderertext4"/>
<attributes>
<attribute name="text">0</attribute>
+ <attribute name="weight">2</attribute>
</attributes>
</child>
</object>
@@ -368,6 +390,7 @@
<object class="GtkCellRendererText" id="obj_insp_cellrenderertext7"/>
<attributes>
<attribute name="text">0</attribute>
+ <attribute name="weight">2</attribute>
</attributes>
</child>
</object>
@@ -422,6 +445,7 @@
<object class="GtkCellRendererText" id="obj_insp_cellrenderertext1"/>
<attributes>
<attribute name="text">0</attribute>
+ <attribute name="weight">5</attribute>
</attributes>
</child>
</object>
@@ -542,6 +566,7 @@
<object class="GtkCellRendererText" id="obj_insp_cellrenderertext10"/>
<attributes>
<attribute name="text">0</attribute>
+ <attribute name="weight">5</attribute>
</attributes>
</child>
</object>