hide "turn down volume" label for midi-latency measurement

This commit is contained in:
Robin Gareus 2014-06-16 23:36:29 +02:00
parent 019e987944
commit 33ea2d25f1
2 changed files with 12 additions and 7 deletions

View file

@ -93,6 +93,7 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
Gtk::Button lm_back_button;
ArdourButton lm_button_audio;
Gtk::Label lm_title;
Gtk::Label lm_preamble;
Gtk::Label lm_results;
Gtk::Table lm_table;
Gtk::VBox lm_vbox;