chart2/uiconfig/ui/sidebartype.ui | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-)
New commits: commit 1923a3eab90a357671e3b3af70d80b0dd6f231a1 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Dec 20 14:05:06 2019 +0000 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Mon Aug 31 11:00:32 2020 +0200 tweak sidebartype.ui for native gtk Change-Id: Ie89073dfda5f9221a3d247ddacaf6e1d9bad2147 Reviewed-on: https://gerrit.libreoffice.org/85607 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101628 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Aron Budea <aron.bu...@collabora.com> diff --git a/chart2/uiconfig/ui/sidebartype.ui b/chart2/uiconfig/ui/sidebartype.ui index ce1c1fd28fc6..d8b82bae4fb3 100644 --- a/chart2/uiconfig/ui/sidebartype.ui +++ b/chart2/uiconfig/ui/sidebartype.ui @@ -16,14 +16,14 @@ <column type="gchararray"/> </columns> </object> - <object class="GtkTreeStore" id="liststore2"> + <object class="GtkListStore" id="liststore2"> <columns> - <!-- column-name image --> - <column type="GdkPixbuf"/> <!-- column-name text --> <column type="gchararray"/> <!-- column-name id --> <column type="gchararray"/> + <!-- column-name image --> + <column type="GdkPixbuf"/> </columns> </object> <object class="GtkGrid" id="ChartTypePanel"> @@ -377,9 +377,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="sidebartype|lbl_chartType">Chart Type:</property> - <accessibility> - <relation type="label-for" target="cmb_chartType"/> - </accessibility> + <property name="use_underline">True</property> + <property name="mnemonic_widget">cmb_chartType</property> </object> <packing> <property name="left_attach">0</property> @@ -392,9 +391,20 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="model">liststore2</property> - <accessibility> - <relation type="labelled-by" target="lbl_chartType"/> - </accessibility> + <property name="entry_text_column">0</property> + <property name="id_column">1</property> + <child> + <object class="GtkCellRendererText" id="cellrenderertext9"/> + <attributes> + <attribute name="text">0</attribute> + </attributes> + </child> + <child> + <object class="GtkCellRendererPixbuf" id="cellrenderertext6"/> + <attributes> + <attribute name="pixbuf">2</attribute> + </attributes> + </child> </object> <packing> <property name="left_attach">1</property> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits