summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-20 14:05:06 +0000
committerAron Budea <aron.budea@collabora.com>2020-08-31 11:00:32 +0200
commit1923a3eab90a357671e3b3af70d80b0dd6f231a1 (patch)
tree60cbdd9a586bbc27377af28ca004541129e54ef3 /chart2
parent9cb9bc37d1fcd7b61d218ad63893db92a19a0cb6 (diff)
tweak sidebartype.ui for native gtk
Change-Id: Ie89073dfda5f9221a3d247ddacaf6e1d9bad2147 Reviewed-on: https://gerrit.libreoffice.org/85607 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101628 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Aron Budea <aron.budea@collabora.com>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/uiconfig/ui/sidebartype.ui28
1 files changed, 19 insertions, 9 deletions
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>