[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - cui/uiconfig

Michael Stahl mstahl at redhat.com
Fri Feb 10 09:32:33 UTC 2017


 cui/uiconfig/ui/paraindentspacing.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 01a68ee89809556125077b17a9055038be3a240d
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Feb 9 23:03:04 2017 +0100

    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/34109
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/uiconfig/ui/paraindentspacing.ui b/cui/uiconfig/ui/paraindentspacing.ui
index 3593b0e..d6e892f 100644
--- a/cui/uiconfig/ui/paraindentspacing.ui
+++ b/cui/uiconfig/ui/paraindentspacing.ui
@@ -439,6 +439,7 @@
                             <property name="invisible_char">•</property>
                             <property name="invisible_char_set">True</property>
                             <property name="adjustment">adjustmentED_LINEDISTMETRIC</property>
+                            <property name="digits">1</property>
                           </object>
                           <packing>
                             <property name="expand">False</property>


More information about the Libreoffice-commits mailing list