cui/uiconfig/ui/dimensionlinestabpage.ui | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
New commits: commit 8a6ef08c8969c27cf6a8df39fabba55f0a738063 Author: Olivier Hallot <[email protected]> AuthorDate: Wed Oct 1 15:13:43 2025 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Thu Oct 2 14:16:40 2025 +0200 Add extended tip to dimension lines tab page for preview + Interesting tip: right click to reduce, left click to enlarge preview Change-Id: I29e4b0c1f926410557823273ebe23a32681bcb8d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191750 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Jenkins diff --git a/cui/uiconfig/ui/dimensionlinestabpage.ui b/cui/uiconfig/ui/dimensionlinestabpage.ui index d6916dfdaad6..410b5cca233c 100644 --- a/cui/uiconfig/ui/dimensionlinestabpage.ui +++ b/cui/uiconfig/ui/dimensionlinestabpage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.38.2 --> +<!-- Generated with glade 3.40.0 --> <interface domain="cui"> <requires lib="gtk+" version="3.20"/> <object class="GtkAdjustment" id="adjustment1"> @@ -542,6 +542,11 @@ <object class="GtkDrawingArea" id="CTL_PREVIEW"> <property name="visible">True</property> <property name="can-focus">False</property> + <child internal-child="accessible"> + <object class="AtkObject" id="CTL_PREVIEW-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dimensionlinestabpage|extended_tip|CTL_PREVIEW">Preview results. Left-click to enlarge image; right-click to reduce image.</property> + </object> + </child> </object> </child> </object>
