include size request for audio clip editor

This commit is contained in:
Paul Davis 2021-12-09 21:21:05 -07:00
parent 757debb711
commit fbfbdbe266

View File

@ -178,7 +178,7 @@ AudioClipEditorBox::AudioClipEditorBox ()
pack_start(_header_label, false, false, 6);
editor = manage (new AudioClipEditor);
// editor->set_size_request(600,120);
editor->set_size_request(600,120);
pack_start(*editor, true, true);
editor->show();