De-cramp the transcoding dialog widgets.
authorBen Loftis <ben@harrisonconsoles.com>
Mon, 27 Feb 2017 15:49:00 +0000 (09:49 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Mon, 27 Feb 2017 15:49:35 +0000 (09:49 -0600)
gtk2_ardour/transcode_video_dialog.cc

index 50e4740cc08276cf25ab558d5216144fab5692c8..5bb4ce8b680460e835a9e1157b961118bcc41281 100644 (file)
@@ -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);