mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
prevent button in latency measurement dialog from changing size when relabelled
This commit is contained in:
parent
56fa4d9045
commit
4404a38996
2 changed files with 6 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue