diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-01 16:43:20 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-04 16:38:10 +0200 |
commit | c4ea034beb2fa0f1e874a39391a9498bdd7c7aad (patch) | |
tree | 2811884d15ab834e8d15daa3be9ff46d3ecd0ab2 /sw/uiconfig/swriter/ui/outlinenumbering.ui | |
parent | c44c21a01321650f930d9e16b4d0763d5674eac1 (diff) |
tdf#118148 Extended tips for HC2/swriter
Change-Id: I523bd35ae359d8c5d18e9a553ef101dda0a1e2dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101894
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'sw/uiconfig/swriter/ui/outlinenumbering.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/outlinenumbering.ui | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/ui/outlinenumbering.ui b/sw/uiconfig/swriter/ui/outlinenumbering.ui index 7327aa1ddf8b..9a1436833931 100644 --- a/sw/uiconfig/swriter/ui/outlinenumbering.ui +++ b/sw/uiconfig/swriter/ui/outlinenumbering.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.4 --> +<!-- Generated with glade 3.36.0 --> <interface domain="sw"> <requires lib="gtk+" version="3.18"/> <object class="GtkMenu" id="form"> @@ -11,6 +11,11 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="outlinenumbering|form1">Untitled 1</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="form1-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumbering|extended_tip|form1">Select the predefined numbering style that you want to assign to the selected outline level.</property> + </object> + </child> </object> </child> <child> @@ -89,6 +94,16 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="outlinenumbering|saveas">Save _As...</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="saveas-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumbering|extended_tip|saveas">Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document.</property> + </object> + </child> + </object> + </child> + <child internal-child="accessible"> + <object class="AtkObject" id="form-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumbering|extended_tip|form">Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to.</property> </object> </child> </object> @@ -117,8 +132,8 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> - <property name="popup">form</property> <property name="draw_indicator">True</property> + <property name="popup">form</property> <child> <placeholder/> </child> @@ -309,8 +324,13 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> - <child> + <child type="titlebar"> <placeholder/> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="OutlineNumberingDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumbering|extended_tip|OutlineNumberingDialog">Specifies the number format and the hierarchy for chapter numbering in the current document.</property> + </object> + </child> </object> </interface> |