Merge lp:~mpt/software-center/featured-and-whats-new-background into lp:software-center

Proposed by Matthew Paul Thomas
Status: Merged
Merged at revision: 1073
Proposed branch: lp:~mpt/software-center/featured-and-whats-new-background
Merge into: lp:software-center
Diff against target: 15 lines (+0/-5)
1 file modified
softwarecenter/view/catview_gtk.py (+0/-5)
To merge this branch: bzr merge lp:~mpt/software-center/featured-and-whats-new-background
Reviewer Review Type Date Requested Status
Gary Lasker (community) Approve
Review via email: mp+33802@code.launchpad.net

Description of the change

Removes the grey background from the "Featured" and "What's New" boxes. Based on visual design feedback from Mat Tomaszewski.

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

Ok, looks good, thanks mpt!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'softwarecenter/view/catview_gtk.py'
2--- softwarecenter/view/catview_gtk.py 2010-08-26 15:59:37 +0000
3+++ softwarecenter/view/catview_gtk.py 2010-08-26 16:56:43 +0000
4@@ -898,11 +898,6 @@
5 r,g,b = mkit.floats_from_gdkcolor(self.style.mid[0])
6 rr = mkit.ShapeRoundedRectangle()
7
8- rr.layout(cr, a.x, a.y, a.x+a.width, a.y+a.height, radius=5.5)
9- cr.clip()
10- cr.set_source_rgba(r,g,b,0.5)
11- cr.mask(lin)
12-
13 cairo.Context.reset_clip(cr)
14 cr.save()
15 cr.translate(0.5,0.5)