Merge lp:~evfool/software-center/fix678442 into lp:software-center

Proposed by Robert Roth
Status: Merged
Merged at revision: 1671
Proposed branch: lp:~evfool/software-center/fix678442
Merge into: lp:software-center
Diff against target: 10 lines (+1/-0)
1 file modified
softwarecenter/view/appview.py (+1/-0)
To merge this branch: bzr merge lp:~evfool/software-center/fix678442
Reviewer Review Type Date Requested Status
Gary Lasker (community) Approve
Review via email: mp+56121@code.launchpad.net

Description of the change

De-ellipsize summary text when window size gets larger (LP: #678442)

To post a comment you must log in.
Revision history for this message
Gary Lasker (gary-lasker) wrote :

Very nice, does the trick perfectly! Thanks again Robert. :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'softwarecenter/view/appview.py'
2--- softwarecenter/view/appview.py 2011-03-31 20:04:09 +0000
3+++ softwarecenter/view/appview.py 2011-04-04 10:01:31 +0000
4@@ -368,6 +368,7 @@
5 # adjust cell_area
6
7 # work out max allowable layout width
8+ layout.set_width(-1)
9 lw = self._layout_get_pixel_width(layout)
10 max_layout_width = cell_area.width - self.pixbuf_width - 3*xpad - self.MAX_STARS*self.STAR_SIZE
11