mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 09:36:33 +01:00
De-cramp the transcoding dialog widgets.
This commit is contained in:
parent
e5c6f16126
commit
dd72d2bf65
1 changed files with 1 additions and 0 deletions
|
|
@ -274,6 +274,7 @@ TranscodeVideoDialog::TranscodeVideoDialog (Session* s, std::string infile)
|
||||||
get_vbox()->pack_start (*vbox, false, false);
|
get_vbox()->pack_start (*vbox, false, false);
|
||||||
|
|
||||||
progress_box = manage (new VBox);
|
progress_box = manage (new VBox);
|
||||||
|
progress_box->set_spacing(6);
|
||||||
progress_box->pack_start (progress_label, false, false);
|
progress_box->pack_start (progress_label, false, false);
|
||||||
progress_box->pack_start (pbar, false, false);
|
progress_box->pack_start (pbar, false, false);
|
||||||
progress_box->pack_start (abort_button, false, false);
|
progress_box->pack_start (abort_button, false, false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue