diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-08 15:59:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-08 21:00:26 +0200 |
commit | 98e085b11b492a2030a5289e99b2335712ffff75 (patch) | |
tree | d3d8994dda595c8420dc9b5e762a700d211a9c1a /sfx2/uiconfig | |
parent | b94b9bae78b410d51cdcb385980133d9f6c14b84 (diff) |
add mappings for emphasis property
Change-Id: I1406d57a47075bfad3973c6bbb825a7754e8f279
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123264
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/developmenttool.ui | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/developmenttool.ui b/sfx2/uiconfig/ui/developmenttool.ui index 179d5cf00ccf..65f00b1126b4 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"> @@ -322,6 +344,7 @@ <object class="GtkCellRendererText" id="obj_insp_cellrenderertext4"/> <attributes> <attribute name="text">0</attribute> + <attribute name="weight">2</attribute> </attributes> </child> </object> @@ -367,6 +390,7 @@ <object class="GtkCellRendererText" id="obj_insp_cellrenderertext7"/> <attributes> <attribute name="text">0</attribute> + <attribute name="weight">2</attribute> </attributes> </child> </object> @@ -421,6 +445,7 @@ <object class="GtkCellRendererText" id="obj_insp_cellrenderertext1"/> <attributes> <attribute name="text">0</attribute> + <attribute name="weight">5</attribute> </attributes> </child> </object> @@ -541,6 +566,7 @@ <object class="GtkCellRendererText" id="obj_insp_cellrenderertext10"/> <attributes> <attribute name="text">0</attribute> + <attribute name="weight">5</attribute> </attributes> </child> </object> |