mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Move position of "Only Analyze" Button
This commit is contained in:
parent
1139b38db5
commit
ddeb6ef621
1 changed files with 1 additions and 2 deletions
|
|
@ -159,9 +159,8 @@ ExportDialog::init ()
|
|||
|
||||
/* Buttons */
|
||||
cancel_button = add_button (Gtk::Stock::CANCEL, RESPONSE_CANCEL);
|
||||
export_button = add_button (_("Export"), RESPONSE_FAST);
|
||||
analyze_button = add_button (_("Only Analyze"), RESPONSE_ANALYZE);
|
||||
get_action_area ()->set_child_secondary (*analyze_button);
|
||||
export_button = add_button (_("Export"), RESPONSE_FAST);
|
||||
|
||||
set_default_response (RESPONSE_FAST);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue