diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-02-09 23:03:04 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-02-10 09:06:53 +0000 |
commit | 29e18f08e9c8729d285feb992ea2c1f71fb7e618 (patch) | |
tree | 19c25e89e4180d54c60bf1c453de13b4f48d4d22 | |
parent | 6ea0cb85173ce075a4bc7e2f7c6370628a8ba339 (diff) |
tdf#98993 cui: Paragraph dialog: decimals in Line Spacing spinbox
For whatever reason, this also makes the +/- buttons increment by 1pt
instead of the previous 10pt, which is also an improvement.
(presumably regression from 324141f21bf2280d7613c4056ee8cd997ea345f9)
Change-Id: If47dd768b2faea760d9967a73453d3f714c65fe3
(cherry picked from commit d22377ab55675135776d94213ef06f608b71669e)
Reviewed-on: https://gerrit.libreoffice.org/34108
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
-rw-r--r-- | cui/uiconfig/ui/paraindentspacing.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/paraindentspacing.ui b/cui/uiconfig/ui/paraindentspacing.ui index 97ae6e964562..18a0dc4ff7e4 100644 --- a/cui/uiconfig/ui/paraindentspacing.ui +++ b/cui/uiconfig/ui/paraindentspacing.ui @@ -439,6 +439,7 @@ <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="adjustment">adjustmentED_LINEDISTMETRIC</property> + <property name="digits">1</property> </object> <packing> <property name="expand">False</property> |