When the font dialog appears, it is not possible to use a decimal value for the font size. Reproducible: Always Steps to Reproduce: 1. open system settings 2. select a font 3. select size 10 4. edit the size field and write 10.2 Actual Results: Font is rendered at 102 points Expected Results: Font is rendered at 10.2 points manually editing kdeglobals, from: fixed=Liberation Mono,102,-1,5,50,0,0,0,0,0 to: fixed=Liberation Mono,10.2,-1,5,50,0,0,0,0,0 ..does indeed works As a side note, the same applies to other components too, like konsole, while kwrite/kate seems fine.
We once added that for the KFontDialog, see bug 122618. Now that we no longer use this class, but use QFontDialog, please report this issue to Qt developers via https://bugreports.qt.io/
Thanks, done: https://bugreports.qt.io/browse/QTBUG-56547
*** Bug 383938 has been marked as a duplicate of this bug. ***
*** Bug 398304 has been marked as a duplicate of this bug. ***