[Kmymoney-devel] [Bug 258257] New headline looks odd for multi line titles

Cristian Onet onet.cristian at gmail.com
Mon Nov 29 08:46:09 CET 2010


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





--- Comment #1 from Cristian Onet <onet cristian gmail com>  2010-11-29 08:46:08 ---
I've tested this in KDE version >= 4.5. This is caused by this line in
kmymoneyview.cpp:186 and AFAIK only on KDE version <= 4.3.
m_scheduleViewFrame = m_model->addPage(m_scheduledView,
i18n("Scheduled\ntransactions"));

A good fix would be at kmymoneyview.cpp:1656 to replace '\n' with ' ' in
m_model->data(current).toString() - maybe conditioned by the same version test.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list