[Libreoffice-commits] core.git: chart2/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sat Dec 21 10:26:22 UTC 2019


 chart2/uiconfig/ui/sidebartype.ui |   28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)

New commits:
commit b7fa8e18337b38e04279f477539d51f3d0e9b433
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Dec 20 14:05:06 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Dec 21 11:25:03 2019 +0100

    tweak sidebartype.ui for native gtk
    
    Change-Id: Ie89073dfda5f9221a3d247ddacaf6e1d9bad2147
    Reviewed-on: https://gerrit.libreoffice.org/85607
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.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>


More information about the Libreoffice-commits mailing list