| Summary: | Alternative row colours in contacts list | ||
|---|---|---|---|
| Product: | [Applications] kaddressbook | Reporter: | Dotan Cohen <kde-2011.08> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | dev, tokoe, zweistein12 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Unspecified | ||
| Latest Commit: | http://commits.kde.org/kdepim/530604d33ea5176ad85c488d828396fe00818b96 | Version Fixed/Implemented In: | 4.11.3 |
| Sentry Crash Report: | |||
|
Description
Dotan Cohen
2010-03-21 13:50:54 UTC
This wish is a very trivial wish. It is just one line: file: kdepim/kaddressbook/mainwidget.cpp function: setupGui() // the items view mItemView = new Akonadi::EntityTreeView(); mItemView->setObjectName( "ContactView" ); +mItemView->setAlternatingRowColors(true); But I am not sure if it really looks better. Git commit 530604d33ea5176ad85c488d828396fe00818b96 by Montel Laurent. Committed on 28/10/2013 at 07:45. Pushed by mlaurent into branch 'KDE/4.11'. Fix Bug 231540 - Alternative row colours in contacts list Apply patch from wuertz FIXED-IN: 4.11.3 M +1 -0 kaddressbook/mainwidget.cpp http://commits.kde.org/kdepim/530604d33ea5176ad85c488d828396fe00818b96 |