cui/uiconfig/ui/paraindentspacing.ui | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 6dacd3417222825e3bdfb1420fafcd4b2abe4eb5 Author: Bogdan Buzea <[email protected]> AuthorDate: Tue Oct 14 19:14:58 2025 +0200 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Wed Oct 15 17:06:19 2025 +0200 tdf#168842 Issue entering paragraph values in cm, when default is in points Change-Id: Ib954a05bc9bea2db72b37da803a192f645e127b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192405 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> (cherry picked from commit 75b30f1d107f45aebbf9a0811b9d40f4b2bafdce) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192422 Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/cui/uiconfig/ui/paraindentspacing.ui b/cui/uiconfig/ui/paraindentspacing.ui index 333ca695c5a4..153f3cf36d78 100644 --- a/cui/uiconfig/ui/paraindentspacing.ui +++ b/cui/uiconfig/ui/paraindentspacing.ui @@ -175,6 +175,7 @@ <property name="activates-default">True</property> <property name="truncate-multiline">True</property> <property name="adjustment">adjustmentspinED_INDENT</property> + <property name="digits">2</property> </object> <packing> <property name="left-attach">1</property> @@ -188,6 +189,7 @@ <property name="activates-default">True</property> <property name="truncate-multiline">True</property> <property name="adjustment">adjustmentspinED_INDENT1</property> + <property name="digits">2</property> </object> <packing> <property name="left-attach">1</property> @@ -201,6 +203,7 @@ <property name="activates-default">True</property> <property name="truncate-multiline">True</property> <property name="adjustment">adjustmentspinED_INDENT2</property> + <property name="digits">2</property> </object> <packing> <property name="left-attach">1</property> @@ -291,6 +294,7 @@ <property name="activates-default">True</property> <property name="truncate-multiline">True</property> <property name="adjustment">adjustmentED_DIST</property> + <property name="digits">2</property> </object> <packing> <property name="left-attach">1</property> @@ -304,6 +308,7 @@ <property name="activates-default">True</property> <property name="truncate-multiline">True</property> <property name="adjustment">adjustmentED_DIST1</property> + <property name="digits">2</property> </object> <packing> <property name="left-attach">1</property>
