added keyframe reticle, fixes: DEL, transition at endtrk, DVD/BD render menu
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mainsession.C
index 59e2bff24cd4ba5b21e529573f5cbd72b55db127..61256910e0f3772246184802984450b506c803fe 100644 (file)
@@ -315,8 +315,8 @@ void MainSession::default_window_positions(int window_config)
        swindow_w = 600;
        swindow_h = 400;
 
-       batchrender_w = 540;
-       batchrender_h = 340;
+       batchrender_w = 750;
+       batchrender_h = 400;
        batchrender_x = root_w / 2 - batchrender_w / 2;
        batchrender_y = root_h / 2 - batchrender_h / 2;
 }