Remove the PaddedButton widget as it broke rendering in some cases.

This commit is contained in:
André Nusser 2015-12-06 16:02:21 +01:00
parent 065d7c852a
commit 88d500b28a
9 changed files with 0 additions and 41 deletions

View file

@ -129,8 +129,6 @@ ExportDialog::init ()
export_button = add_button (_("Export"), RESPONSE_FAST);
set_default_response (RESPONSE_FAST);
list_files_button.set_name ("PaddedButton");
cancel_button->signal_clicked().connect (sigc::mem_fun (*this, &ExportDialog::close_dialog));
export_button->signal_clicked().connect (sigc::mem_fun (*this, &ExportDialog::do_export));