prevent button in latency measurement dialog from changing size when relabelled

This commit is contained in:
Paul Davis 2013-10-15 14:55:54 -04:00
parent 56fa4d9045
commit 4404a38996
2 changed files with 6 additions and 7 deletions

View file

@ -86,6 +86,7 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
Gtk::ComboBoxText lm_output_channel_combo;
Gtk::ComboBoxText lm_input_channel_combo;
Gtk::Label lm_measure_label;
Gtk::Button lm_measure_button;
Gtk::Button lm_use_button;
Gtk::Button lm_back_button;