cui/uiconfig/ui/newtabledialog.ui | 10 ++++++++++ 1 file changed, 10 insertions(+)
New commits: commit f3bf4d62d57f6f0fdce3539a67e0777afcd83e61 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Wed Sep 11 12:54:27 2024 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Wed Sep 11 22:03:21 2024 +0200 Add extended tips to newtabledialog.ui Change-Id: I3ef67bfb5989ce12cb4d64ebff555d7b5fe8c8ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173226 Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> Tested-by: Jenkins diff --git a/cui/uiconfig/ui/newtabledialog.ui b/cui/uiconfig/ui/newtabledialog.ui index 69dd6b4509d4..0e24e8199b06 100644 --- a/cui/uiconfig/ui/newtabledialog.ui +++ b/cui/uiconfig/ui/newtabledialog.ui @@ -133,6 +133,11 @@ <property name="adjustment">columns_value</property> <property name="snap-to-ticks">True</property> <property name="numeric">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="columns-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="newtabledialog|extended_tip|columns">Enter the number of columns for the new table.</property> + </object> + </child> </object> <packing> <property name="left-attach">1</property> @@ -148,6 +153,11 @@ <property name="adjustment">rows_value</property> <property name="snap-to-ticks">True</property> <property name="numeric">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="rows-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="newtabledialog|extended_tip|rows">Enter the number of rows for the new table.</property> + </object> + </child> </object> <packing> <property name="left-attach">1</property>