summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_fx_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-27 11:29:54 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-27 11:29:54 +0000
commitc02b88b9698a3368329403a82d18d4bc9677852c (patch)
tree819ccb8d96a2871ff71acc5f231aa8bce4c10b4a /gtk2_ardour/time_fx_dialog.h
parent64f9b257d96a396826e3c68b8ea4896ca24d4c7b (diff)
Clean up time-fx dialog UI. Patch from tinram in mantis 2754. Thanks
git-svn-id: svn://localhost/ardour2/branches/3.0@5288 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_fx_dialog.h')
-rw-r--r--gtk2_ardour/time_fx_dialog.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/gtk2_ardour/time_fx_dialog.h b/gtk2_ardour/time_fx_dialog.h
index d5ec54c484..0a9952aa3e 100644
--- a/gtk2_ardour/time_fx_dialog.h
+++ b/gtk2_ardour/time_fx_dialog.h
@@ -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;