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

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 29 10:38:36 UTC 2020


 chart2/uiconfig/ui/dlg_DataLabel.ui |    5 +++++
 chart2/uiconfig/ui/tp_DataLabel.ui  |    5 +++++
 2 files changed, 10 insertions(+)

New commits:
commit ddbc849637c378857f38229cd95dc7f5afdd68d4
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Mon Sep 28 10:40:59 2020 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue Sep 29 12:37:57 2020 +0200

    Add extended tip to chart2 leader lines ui
    
    Remove mention to pie charts
    
    Change-Id: I00fffd6a77be5905266999c3dc8953a507aabf15
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103556
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/chart2/uiconfig/ui/dlg_DataLabel.ui b/chart2/uiconfig/ui/dlg_DataLabel.ui
index 4cb5649d018f..26661e32e0f8 100644
--- a/chart2/uiconfig/ui/dlg_DataLabel.ui
+++ b/chart2/uiconfig/ui/dlg_DataLabel.ui
@@ -563,6 +563,11 @@
                             <property name="use_underline">True</property>
                             <property name="xalign">0</property>
                             <property name="draw_indicator">True</property>
+                            <child internal-child="accessible">
+                              <object class="AtkObject" id="CB_CUSTOM_LEADER_LINES-atkobject">
+                                <property name="AtkObject::accessible-description" translatable="yes" context="dlg_DataLabel|extended_tip|CB_CUSTOM_LEADER_LINES">Draws a line connecting the data labels to the data points</property>
+                              </object>
+                            </child>
                           </object>
                           <packing>
                             <property name="expand">False</property>
diff --git a/chart2/uiconfig/ui/tp_DataLabel.ui b/chart2/uiconfig/ui/tp_DataLabel.ui
index 0dc2bf8559b2..a1b1f6995697 100644
--- a/chart2/uiconfig/ui/tp_DataLabel.ui
+++ b/chart2/uiconfig/ui/tp_DataLabel.ui
@@ -495,6 +495,11 @@
                     <property name="use_underline">True</property>
                     <property name="xalign">0</property>
                     <property name="draw_indicator">True</property>
+                    <child internal-child="accessible">
+                      <object class="AtkObject" id="CB_CUSTOM_LEADER_LINES-atkobject">
+                        <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataLabel|extended_tip|CB_CUSTOM_LEADER_LINES">Draws a line connecting the data labels to the data points</property>
+                      </object>
+                    </child>
                   </object>
                   <packing>
                     <property name="expand">False</property>


More information about the Libreoffice-commits mailing list