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 <[email protected]> AuthorDate: Mon Sep 28 10:40:59 2020 -0300 Commit: Olivier Hallot <[email protected]> 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 <[email protected]> Reviewed-by: Olivier Hallot <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
