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
1=== modified file 'softwarecenter/ui/gtk3/widgets/stars.py'
2--- softwarecenter/ui/gtk3/widgets/stars.py 2012-03-19 22:05:35 +0000
3+++ softwarecenter/ui/gtk3/widgets/stars.py 2012-03-26 13:22:50 +0000
4@@ -122,6 +122,7 @@
5
6 cr = cairo.Context(full_surf)
7 cr.set_source(lin)
8+ cr.set_line_width(1)
9 if self.rounded:
10 cr.set_line_join(cairo.LINE_CAP_ROUND)
11
12@@ -139,6 +140,7 @@
13
14 cr = cairo.Context(empty_surf)
15 cr.set_source(lin)
16+ cr.set_line_width(1)
17 if self.rounded:
18 cr.set_line_join(cairo.LINE_CAP_ROUND)
19

Subscribers

People subscribed via source and target branches