| Summary: | New headline looks odd for multi line titles | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | Thomas Baumgart <tbaumgart> |
| Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | SVN | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas Baumgart
2010-11-29 08:36:06 UTC
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.
SVN commit 1202082 by tbaumgart: Replace \n with blank in title label BUG: 258257 M +1 -0 kmymoneytitlelabel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1202082 SVN commit 1202083 by tbaumgart: Replace \n with blank in title label. Backported to stable branch. BUG: 258257 M +1 -0 kmymoneytitlelabel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1202083 |