extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui | 10 ++++++++++ 1 file changed, 10 insertions(+)
New commits: commit 9c7d3ce813c761b116232bc291e2737c59d383da Author: Olivier Hallot <[email protected]> AuthorDate: Wed Mar 29 13:27:50 2023 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Wed Mar 29 22:18:04 2023 +0000 Add extended tip to labelselectiondialog.ui Change-Id: I6b4d0a30c2a1a51694770ecd02eea3cf3677b5eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149732 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui b/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui index 012a6fc13c3a..f73b01361c94 100644 --- a/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui +++ b/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui @@ -165,6 +165,11 @@ <property name="receives-default">False</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="noassignment-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="labelselectiondialog|extended_tip|nosssignement">Check the No assignment box to remove the link between a control and the assigned label field.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -186,5 +191,10 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> + <child internal-child="accessible"> + <object class="AtkObject" id="LabelSelectionDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="labelselectiondialog|extended_tip|LabelSelectionDialog">Specifies the source for the label of the control.</property> + </object> + </child> </object> </interface>
