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
=== modified file 'src/Widgets/PlaylistPopover.vala'
--- src/Widgets/PlaylistPopover.vala 2014-11-01 20:06:14 +0000
+++ src/Widgets/PlaylistPopover.vala 2014-11-10 21:37:04 +0000
@@ -64,8 +64,8 @@
64 });64 });
6565
66 grid.attach (playlist_scrolled, 0, 0, 7, 1);66 grid.attach (playlist_scrolled, 0, 0, 7, 1);
67 grid.attach (fil, 0, 1, 3, 1);67 grid.attach (fil, 0, 1, 1, 1);
68 grid.attach (dvd, 3, 1, 3, 1);68 grid.attach (dvd, 1, 1, 1, 1);
69 grid.attach (rep, 6, 1, 1, 1);69 grid.attach (rep, 6, 1, 1, 1);
7070
71 //look for dvd71 //look for dvd
@@ -114,4 +114,4 @@
114 natural_height = minimum_height;114 natural_height = minimum_height;
115 }115 }
116 }116 }
117}
118\ No newline at end of file117\ No newline at end of file
118}

Subscribers

People subscribed via source and target branches