https://bugs.kde.org/show_bug.cgi?id=490890
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Version|6.1.3 |6.4.0 Summary|KCMs don't adhere to |Small font falling back to |`kcm_font` "Small" |(normal font point size - |preference. |2) calculation instead of | |actually reading the value | |from the KCM Target Milestone|--- |Not decided Assignee|plasma-b...@kde.org |kdelibs-b...@kde.org Status|REPORTED |CONFIRMED Component|general |general CC| |m...@ratijas.tk, | |n...@kde.org, | |notm...@gmail.com Product|systemsettings |frameworks-kirigami --- Comment #2 from Nate Graham <n...@kde.org> --- Can confirm. Dig a tiny bit d found the problem. This is what's happening: https://invent.kde.org/frameworks/kirigami/-/blob/master/src/platform/basictheme.cpp?ref_type=heads#L26-27 "normal font point size - 2" is how the small font is calculated at a basic level when KDE's platform integration bits aren't present. So the problem is that it's not seeing them, or they're not integrating correctly. -- You are receiving this mail because: You are watching all bug changes.