[Rigo] expand NotificationBox content area horizontally. This fix is needed by Gtk+ 3.10

This commit is contained in:
Fabio Erculiani
2013-12-11 16:37:53 +01:00
parent 592f6e9279
commit 29c1eba9a6

View File

@@ -130,6 +130,7 @@ class NotificationBox(Gtk.HBox):
hbox.pack_start(button_align, False, False, 2)
content_area.set_property("expand", False)
content_area.set_property("hexpand", True)
content_area.add(hbox)
bar.show_all()