updated on Wed Jan 18 04:00:29 UTC 2012
[aur-mirror.git] / gwibber-unity / lp_884831.patch
blob5066c775a866ecf5ca07ff950b8730643139503d
1 === modified file 'libgwibber-gtk/stream-view-tile.vala'
2 --- old/libgwibber-gtk/stream-view-tile.vala 2011-10-22 02:27:58 +0000
3 +++ new/libgwibber-gtk/stream-view-tile.vala 2011-11-10 18:47:33 +0000
4 @@ -144,9 +144,11 @@
5 time = new Gtk.Label ("");
6 time.set_markup ("");
7 time.set_alignment (0.0f, 1.0f);
8 + time.set_size_request (16, 16);
9 hbox.pack_end (time, false, false, 0);
11 action_box = new GwibberGtk.ActionBox ();
12 + action_box.set_size_request (16, 16);
13 action_box.hide ();
14 //action_box.set_no_show_all (true);
15 hbox.pack_end (action_box, false, false, 0);