Merge lp:~mvo/software-center/lp-955346 into lp:software-center

Proposed by Michael Vogt
Status: Merged
Merged at revision: 2915
Proposed branch: lp:~mvo/software-center/lp-955346
Merge into: lp:software-center
Diff against target: 18 lines (+2/-0)
1 file modified
softwarecenter/ui/gtk3/widgets/stars.py (+2/-0)
To merge this branch: bzr merge lp:~mvo/software-center/lp-955346
Reviewer Review Type Date Requested Status
Kiwinote Approve
Review via email: mp+99321@code.launchpad.net

Description of the change

Tiny branch that draws a sharper outline around the stars, see bug #955346 (got mpt approval already).

To post a comment you must log in.
Revision history for this message
Kiwinote (kiwinote) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'softwarecenter/ui/gtk3/widgets/stars.py'
--- softwarecenter/ui/gtk3/widgets/stars.py 2012-03-19 22:05:35 +0000
+++ softwarecenter/ui/gtk3/widgets/stars.py 2012-03-26 13:22:50 +0000
@@ -122,6 +122,7 @@
122122
123 cr = cairo.Context(full_surf)123 cr = cairo.Context(full_surf)
124 cr.set_source(lin)124 cr.set_source(lin)
125 cr.set_line_width(1)
125 if self.rounded:126 if self.rounded:
126 cr.set_line_join(cairo.LINE_CAP_ROUND)127 cr.set_line_join(cairo.LINE_CAP_ROUND)
127128
@@ -139,6 +140,7 @@
139140
140 cr = cairo.Context(empty_surf)141 cr = cairo.Context(empty_surf)
141 cr.set_source(lin)142 cr.set_source(lin)
143 cr.set_line_width(1)
142 if self.rounded:144 if self.rounded:
143 cr.set_line_join(cairo.LINE_CAP_ROUND)145 cr.set_line_join(cairo.LINE_CAP_ROUND)
144146

Subscribers

People subscribed via source and target branches