various bits of polish for the latency tab of audio/midi setup dialog

This commit is contained in:
Paul Davis 2013-09-16 15:21:32 -04:00
parent 39ee88b3f9
commit 2a3dfb5e82
2 changed files with 78 additions and 25 deletions

View file

@ -75,13 +75,18 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
Gtk::ComboBoxText lm_output_channel_combo;
Gtk::ComboBoxText lm_input_channel_combo;
Gtk::Label lm_start_stop_label;
Gtk::ToggleButton lm_measure_button;
Gtk::Button lm_use_button;
Gtk::Label lm_title;
Gtk::Label lm_preamble;
Gtk::Label lm_results;
Gtk::Table lm_table;
Gtk::VBox lm_vbox;
bool have_lm_results;
Gtk::Button* cancel_button;
Gtk::Button* ok_button;
Gtk::Button* apply_button;
/* JACK specific */