https://bugs.kde.org/show_bug.cgi?id=505175
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Version Fixed In| |6.5.0 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/da990dc62f8a860e6512a82d5 | |fca59602ee8ad96 --- Comment #8 from Nate Graham <n...@kde.org> --- Git commit da990dc62f8a860e6512a82d5fca59602ee8ad96 by Nate Graham. Committed on 06/06/2025 at 12:55. Pushed by ngraham into branch 'master'. kcms/fonts: save people from excessively small font sizes The Qt font dialog lets you set the font to be absurdly small, down to 0.01pt. Sizes this small don't make sense; let's set a lower bound of 4pt with an appropriate warning message about that. Let's also warn people if they try to set a size below 7pt, which is not in the realm of "unusable" but rather "non-text UI elements may all look too large". Instead, steer people towards the KScreen KCM, the way we do if they try to use huge fonts. FIXED-IN: 6.5.0 M +5 -0 kcms/fonts/fonts.cpp M +1 -0 kcms/fonts/fonts.h M +40 -0 kcms/fonts/ui/main.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/da990dc62f8a860e6512a82d5fca59602ee8ad96 -- You are receiving this mail because: You are watching all bug changes.