[Bug 221963] The font size in which the contacts are displayed is to small

Fuchs develop at fuchsnet.ch
Fri Apr 13 16:31:44 BST 2012


https://bugs.kde.org/show_bug.cgi?id=221963

Fuchs <develop at fuchsnet.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |develop at fuchsnet.ch

--- Comment #9 from Fuchs <develop at fuchsnet.ch> ---
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.



More information about the Kdepim-bugs mailing list