X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftime_fx_dialog.h;h=aee9d40b161fc7c01ee6096427dce4d7f32be8db;hb=fcbb78b010a53686d1c350864d731a73bd204956;hp=d5ec54c4845a507e4bbb4eb672dd918f7c81bfd4;hpb=eeae6aec340d74eba7f5d00e450cbe47afcf0ec0;p=ardour.git diff --git a/gtk2_ardour/time_fx_dialog.h b/gtk2_ardour/time_fx_dialog.h index d5ec54c484..aee9d40b16 100644 --- a/gtk2_ardour/time_fx_dialog.h +++ b/gtk2_ardour/time_fx_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2009 Paul Davis + Copyright (C) 2000-2009 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -41,16 +41,15 @@ struct TimeFXDialog : public ArdourDialog { Gtk::ProgressBar progress_bar; /* SoundTouch */ - Gtk::ToggleButton quick_button; - Gtk::ToggleButton antialias_button; - Gtk::HBox upper_button_box; + Gtk::CheckButton quick_button; + Gtk::CheckButton antialias_button; + Gtk::VBox upper_button_box; /* RubberBand */ Gtk::ComboBoxText stretch_opts_selector; Gtk::Label stretch_opts_label; - Gtk::ToggleButton precise_button; - Gtk::ToggleButton preserve_formants_button; - Gtk::HBox opts_box; + Gtk::CheckButton precise_button; + Gtk::CheckButton preserve_formants_button; Gtk::Button* cancel_button; Gtk::Button* action_button;