cui/uiconfig/ui/dimensionlinestabpage.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f59a4f263c511878ee663cb654c617a2d0b1c67a Author: Olivier Hallot <[email protected]> AuthorDate: Thu Oct 2 16:33:12 2025 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Thu Oct 16 16:13:37 2025 +0200 Fix wrong extended tips for dimension line dialog Extended tips for Guide overhang and Guide distance were inverted. The patch places them in the right position Change-Id: Ia10cbf68329f1f9e59170641c2a67c83626b67c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191798 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/cui/uiconfig/ui/dimensionlinestabpage.ui b/cui/uiconfig/ui/dimensionlinestabpage.ui index 410b5cca233c..b9eb86e45b18 100644 --- a/cui/uiconfig/ui/dimensionlinestabpage.ui +++ b/cui/uiconfig/ui/dimensionlinestabpage.ui @@ -202,7 +202,7 @@ <property name="digits">2</property> <child internal-child="accessible"> <object class="AtkObject" id="MTR_FLD_HELPLINE_OVERHANG-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="dimensionlinestabpage|extended_tip|MTR_FLD_HELPLINE_OVERHANG">Specifies the length of the left and right guides starting at the baseline (line distance = 0). Positive values extend the guides above the baseline and negative values extend the guides below the baseline.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="dimensionlinestabpage|extended_tip|MTR_FLD_HELPLINE_OVERHANG">Specifies the length of the right and left guides starting at the dimension line. Positive values extend the guides above the dimension line and negative values extend the guides below the dimension line.</property> </object> </child> </object> @@ -221,7 +221,7 @@ <property name="digits">2</property> <child internal-child="accessible"> <object class="AtkObject" id="MTR_FLD_HELPLINE_DIST-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="dimensionlinestabpage|extended_tip|MTR_FLD_HELPLINE_DIST">Specifies the length of the right and left guides starting at the dimension line. Positive values extend the guides above the dimension line and negative values extend the guides below the dimension line.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="dimensionlinestabpage|extended_tip|MTR_FLD_HELPLINE_DIST">Specifies the length of the left and right guides starting at the baseline (line distance = 0). Positive values extend the guides above the baseline and negative values extend the guides below the baseline.</property> </object> </child> </object>
