Merge lp:~victored/granite/lp-1315213 into lp:~elementary-pantheon/granite/granite

Proposed by Victor Martinez
Status: Merged
Approved by: Danielle Foré
Approved revision: 728
Merged at revision: 730
Proposed branch: lp:~victored/granite/lp-1315213
Merge into: lp:~elementary-pantheon/granite/granite
Diff against target: 10 lines (+1/-0)
1 file modified
lib/Widgets/SourceList.vala (+1/-0)
To merge this branch: bzr merge lp:~victored/granite/lp-1315213
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+218003@code.launchpad.net

Commit message

Right-align source list badges. Fixes lp:1315213

Description of the change

right-align source list badges. Fixes lp:1315213

To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) wrote :

Looks good and nothing broke :D

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/Widgets/SourceList.vala'
2--- lib/Widgets/SourceList.vala 2014-01-21 18:12:25 +0000
3+++ lib/Widgets/SourceList.vala 2014-05-02 01:58:03 +0000
4@@ -1294,6 +1294,7 @@
5
6 badge_cell = new CellRendererBadge ();
7 badge_cell.xpad = 1;
8+ badge_cell.xalign = 1;
9 item_column.pack_end (badge_cell, false);
10 item_column.set_cell_data_func (badge_cell, badge_cell_data_func);
11

Subscribers

People subscribed via source and target branches