Merge lp:~artem-anufrij/audience/Bugfix-1391289 into lp:~audience-members/audience/trunk

Proposed by Artem Anufrij
Status: Merged
Approved by: Artem Anufrij
Approved revision: 458
Merged at revision: 458
Proposed branch: lp:~artem-anufrij/audience/Bugfix-1391289
Merge into: lp:~audience-members/audience/trunk
Diff against target: 21 lines (+3/-3)
1 file modified
src/Widgets/PlaylistPopover.vala (+3/-3)
To merge this branch: bzr merge lp:~artem-anufrij/audience/Bugfix-1391289
Reviewer Review Type Date Requested Status
Viko Adi Rahmawan (community) Approve
Audience Members Pending
Review via email: mp+241331@code.launchpad.net

Commit message

- Give all button on playlist the same grid size
- Put open file and play cd to the left and replay button to the right

Description of the change

Button size (playlist)

To post a comment you must log in.
Revision history for this message
Viko Adi Rahmawan (vikoadi) wrote :

Works great,
thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Widgets/PlaylistPopover.vala'
2--- src/Widgets/PlaylistPopover.vala 2014-11-01 20:06:14 +0000
3+++ src/Widgets/PlaylistPopover.vala 2014-11-10 21:37:04 +0000
4@@ -64,8 +64,8 @@
5 });
6
7 grid.attach (playlist_scrolled, 0, 0, 7, 1);
8- grid.attach (fil, 0, 1, 3, 1);
9- grid.attach (dvd, 3, 1, 3, 1);
10+ grid.attach (fil, 0, 1, 1, 1);
11+ grid.attach (dvd, 1, 1, 1, 1);
12 grid.attach (rep, 6, 1, 1, 1);
13
14 //look for dvd
15@@ -114,4 +114,4 @@
16 natural_height = minimum_height;
17 }
18 }
19-}
20\ No newline at end of file
21+}

Subscribers

People subscribed via source and target branches