[systemsettings] [Bug 370628] New: Allow to chose fractional font sizes
Antonio Orefice via KDE Bugzilla
bugzilla_noreply at kde.org
Thu Oct 13 09:34:40 BST 2016
https://bugs.kde.org/show_bug.cgi?id=370628
Bug ID: 370628
Summary: Allow to chose fractional font sizes
Product: systemsettings
Version: 5.6.5
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: kcm_fonts
Assignee: unassigned-bugs at kde.org
Reporter: kokoko3k at gmail.com
CC: unassigned-bugs at kde.org
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.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the Unassigned-bugs
mailing list