Merge lp:~ken-vandine/gwibber/search_stream_close_button into lp:gwibber

Proposed by Ken VanDine
Status: Merged
Merged at revision: 1260
Proposed branch: lp:~ken-vandine/gwibber/search_stream_close_button
Merge into: lp:gwibber
Diff against target: 25 lines (+2/-2)
2 files modified
libgwibber-gtk/search-view-tile.vala (+1/-1)
libgwibber-gtk/user-view-tile.vala (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/gwibber/search_stream_close_button
Reviewer Review Type Date Requested Status
David Klasinc (community) Approve
Review via email: mp+92581@code.launchpad.net

Description of the change

Moved the search and user stream close buttons to the left side of the tile so the overlay scrollbar doesn't pop-out and cover them when you want to close them.

To post a comment you must log in.
Revision history for this message
David Klasinc (bigwhale) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libgwibber-gtk/search-view-tile.vala'
2--- libgwibber-gtk/search-view-tile.vala 2012-01-19 05:30:53 +0000
3+++ libgwibber-gtk/search-view-tile.vala 2012-02-10 21:20:26 +0000
4@@ -76,7 +76,7 @@
5 close_box.set_visible_window (false);
6
7 close_box.add (close_icon);
8- ralignment.add (close_box);
9+ lalignment.add (close_box);
10 }
11
12 [Signal (action=true)]
13
14=== modified file 'libgwibber-gtk/user-view-tile.vala'
15--- libgwibber-gtk/user-view-tile.vala 2012-01-19 05:30:53 +0000
16+++ libgwibber-gtk/user-view-tile.vala 2012-02-10 21:20:26 +0000
17@@ -76,7 +76,7 @@
18 close_box.set_visible_window (false);
19
20 close_box.add (close_icon);
21- ralignment.add (close_box);
22+ lalignment.add (close_box);
23 }
24
25 [Signal (action=true)]