https://bugs.kde.org/show_bug.cgi?id=221963
Fuchs <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Fuchs <[email protected]> --- The problem is not in kaddressbook but rather in standardcontactformatter.cpp from kde pimlibs (akonadi/contact/standardcontactformatter.cpp) lines 62 and 63: 62 "<td align=\"right\" valign=\"top\" width=\"30%\"><b><font size=\"-1\" color=\"grey\">%1</font></b></td>\n" 63 "<td align=\"left\" valign=\"top\" width=\"70%\"><font size=\"-1\">%2</font></td>\n" as we can see here, the font size is set to "-1" for whatever reason. I patched it locally, and now I have nice big fonts. As this is a rather generic component, I have no idea whether it's a bad idea to change it there. It might break things in other places. So dear developers, please 1) change this to respect user settings or at least global KDE settings if it doesn't break things or 2) use something else in kaddressbook to have the fonts at an acceptable size there. Thank you very much :) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
