Bad number of arguments in progressdialog.

svn: r20557
This commit is contained in:
Serge Noiraud 2012-10-14 22:11:23 +00:00
parent 0e9cb5c7d1
commit 0100acdbf5

View File

@ -432,7 +432,7 @@ class _GtkProgressBar(Gtk.VBox):
self._cancel.connect("clicked",
lambda x: long_op_status.cancel())
self._cancel.show()
self._hbox.pack_end(self._cancel)
self._hbox.pack_end(self._cancel, expand=False, fill=True, padding=0)
self._hbox.pack_start(self._pbar, True, True, 0)