X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fmainsession.C;h=287c973f3ef7bd8e9c633045582d6210753350dc;hp=44fda39382ff0c49b86ca511ad4b1a9277925370;hb=39d4e483b6daeb2d0eb2a6eec5b2e96552e22c5b;hpb=69c3758212c57953f3932b62f994828d5eef49d2 diff --git a/cinelerra-5.0/cinelerra/mainsession.C b/cinelerra-5.0/cinelerra/mainsession.C index 44fda393..287c973f 100644 --- a/cinelerra-5.0/cinelerra/mainsession.C +++ b/cinelerra-5.0/cinelerra/mainsession.C @@ -387,7 +387,7 @@ int MainSession::load_defaults(BC_Hash *defaults) //printf("MainSession::load_defaults 1\n"); // Other windows - afolders_w = defaults->get("ABINS_W", 100); + afolders_w = defaults->get("ABINS_W", 140); rwindow_x = defaults->get("RWINDOW_X", rwindow_x); rwindow_y = defaults->get("RWINDOW_Y", rwindow_y); rwindow_w = defaults->get("RWINDOW_W", rwindow_w);