Move position of "Only Analyze" Button

This commit is contained in:
ElizabethHarmon 2022-10-21 08:41:30 +00:00 committed by Robin Gareus
parent 1139b38db5
commit ddeb6ef621
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 2 deletions

View File

@ -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);