| Summary: | numeric columns aligned to the left | ||
|---|---|---|---|
| Product: | [Applications] akregator | Reporter: | Mark Purcell <msp> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | aspotashev |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdepim/389a795869e942dc1a6cb23e075edbb47d954f7e | Version Fixed/Implemented In: | 4.9.1 |
| Sentry Crash Report: | |||
| Attachments: | Patch to set alignment for numeric columns to right | ||
|
Description
Mark Purcell
2009-04-19 12:34:45 UTC
Created attachment 73232 [details]
Patch to set alignment for numeric columns to right
Here's a patch that puts the numbers back to the right, where they belong. It took me “only” 1½ hours to solve it. :)
Git commit a9e6cc0b3f5e1336dcb3a2598b2e2a2111d514b3 by Allen Winter. Committed on 17/08/2012 at 01:26. Pushed by winterz into branch 'master'. Right-align the total and unread column counts in the subscriptionmodel. Also size the columns to the contents as not to waste so much space. Thanks for the patch Frank! MERGE: 4.9 FIXED-IN: 4.9.1 M +13 -0 akregator/src/subscriptionlistdelegate.cpp http://commits.kde.org/kdepim/a9e6cc0b3f5e1336dcb3a2598b2e2a2111d514b3 Git commit 389a795869e942dc1a6cb23e075edbb47d954f7e by Allen Winter. Committed on 17/08/2012 at 01:26. Pushed by winterz into branch 'KDE/4.9'. Right-align the total and unread column counts in the subscriptionmodel. Also size the columns to the contents as not to waste so much space. Thanks for the patch Frank! MERGE: 4.9 FIXED-IN: 4.9.1 (cherry picked from commit a9e6cc0b3f5e1336dcb3a2598b2e2a2111d514b3) M +13 -0 akregator/src/subscriptionlistdelegate.cpp http://commits.kde.org/kdepim/389a795869e942dc1a6cb23e075edbb47d954f7e |