mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Remove the PaddedButton widget as it broke rendering in some cases.
This commit is contained in:
parent
065d7c852a
commit
88d500b28a
9 changed files with 0 additions and 41 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue