Merge lp:~markellmtthw/beat-box/fix-929052 into lp:beat-box

Proposed by Matthew Markell
Status: Merged
Approved by: Danielle Foré
Approved revision: 534
Merged at revision: 535
Proposed branch: lp:~markellmtthw/beat-box/fix-929052
Merge into: lp:beat-box
Diff against target: 20 lines (+2/-1)
1 file modified
src/Widgets/InfoPanel.vala (+2/-1)
To merge this branch: bzr merge lp:~markellmtthw/beat-box/fix-929052
Reviewer Review Type Date Requested Status
Victor Martinez (community) Approve
Danielle Foré Pending
Review via email: mp+92278@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Victor Martinez (victored) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Widgets/InfoPanel.vala'
2--- src/Widgets/InfoPanel.vala 2012-02-04 19:59:07 +0000
3+++ src/Widgets/InfoPanel.vala 2012-02-09 14:19:17 +0000
4@@ -61,6 +61,7 @@
5 loveMedia = new Button();
6 banMedia = new Button();
7 coverArt = new Gtk.Image();
8+ coverArt.set_size_request (140, 140);
9 rating = new RatingWidget(null, true, IconSize.MENU);
10 album = new Label("Album");
11 year = new Label("Year");
12@@ -96,7 +97,7 @@
13
14 coverArtScroll = new ScrolledWindow(null, null);
15 Viewport imageVP = new Viewport(null, null);
16- coverArtScroll.set_policy(PolicyType.AUTOMATIC, PolicyType.NEVER);
17+ coverArtScroll.set_policy(PolicyType.NEVER, PolicyType.NEVER);
18 imageVP.set_shadow_type(ShadowType.NONE);
19 imageVP.add(coverArt);
20 imageVP.override_background_color (StateFlags.NORMAL, lw.base_color);

Subscribers

People subscribed via source and target branches