summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/export_dialog.h')
-rw-r--r--gtk2_ardour/export_dialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h
index 5928c67e9f..9b06492cdd 100644
--- a/gtk2_ardour/export_dialog.h
+++ b/gtk2_ardour/export_dialog.h
@@ -131,6 +131,12 @@ class ExportDialog : public ArdourDialog {
Gtk::ProgressBar progress_bar;
sigc::connection progress_connection;
+ /* Normalizing */
+
+ Gtk::VBox normalizing_widget;
+ Gtk::Label normalizing_label;
+ Gtk::ProgressBar normalizing_bar;
+
/* Buttons */
Gtk::Button * cancel_button;