diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-28 10:40:59 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-29 12:37:57 +0200 |
commit | ddbc849637c378857f38229cd95dc7f5afdd68d4 (patch) | |
tree | 5075949372e9bb55150d7c1fcb4371bb76198abf /chart2 | |
parent | 543daf4d60c0ba70090d00792d3a7d57aa5da647 (diff) |
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@nisz.hu>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/uiconfig/ui/dlg_DataLabel.ui | 5 | ||||
-rw-r--r-- | chart2/uiconfig/ui/tp_DataLabel.ui | 5 |
2 files changed, 10 insertions, 0 deletions
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> |