X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fbatchrender.C;fp=cinelerra-5.1%2Fcinelerra%2Fbatchrender.C;h=bbd66d47fa955d1756cdd70a35f147bc587812a3;hb=7c199a42936462d662ee405fe0b4df5ac74850dc;hp=19f370e558cf2e8824485b8fd4e25c398d26cfd6;hpb=14c59195960203265f308a703e834e7c5f59f6d2;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/batchrender.C b/cinelerra-5.1/cinelerra/batchrender.C index 19f370e5..bbd66d47 100644 --- a/cinelerra-5.1/cinelerra/batchrender.C +++ b/cinelerra-5.1/cinelerra/batchrender.C @@ -821,7 +821,7 @@ void BatchRenderGUI::create_objects() add_subwindow(list_title = new BC_Title(x, y, _("Batches to render:"))); x1 = x + list_title->get_w() + mwindow->theme->widget_border;; - add_subwindow(batch_path = new BC_Title(x1, y, thread->batch_path, MEDIUMFONT, YELLOW)); + add_subwindow(batch_path = new BC_Title(x1, y, thread->batch_path, MEDIUMFONT)); y += list_title->get_h() + mwindow->theme->widget_border; y1 = get_h(); y1 -= 15 + BC_GenericButton::calculate_h() + mwindow->theme->widget_border;