[Rigo] expand NotificationBox content area horizontally. This fix is needed by Gtk+ 3.10
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user