From: Ben Loftis Date: Mon, 27 Feb 2017 15:49:00 +0000 (-0600) Subject: De-cramp the transcoding dialog widgets. X-Git-Tag: 5.9~744 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=dd72d2bf6584571b88fb383752dcb0dd892a034a;p=ardour.git De-cramp the transcoding dialog widgets. --- diff --git a/gtk2_ardour/transcode_video_dialog.cc b/gtk2_ardour/transcode_video_dialog.cc index 50e4740cc0..5bb4ce8b68 100644 --- a/gtk2_ardour/transcode_video_dialog.cc +++ b/gtk2_ardour/transcode_video_dialog.cc @@ -274,6 +274,7 @@ TranscodeVideoDialog::TranscodeVideoDialog (Session* s, std::string infile) get_vbox()->pack_start (*vbox, false, false); progress_box = manage (new VBox); + progress_box->set_spacing(6); progress_box->pack_start (progress_label, false, false); progress_box->pack_start (pbar, false, false); progress_box->pack_start (abort_button, false, false);