diff options
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> |