X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fformattools.C;fp=cinelerra-5.1%2Fcinelerra%2Fformattools.C;h=4f6580d4fa21628ed578a7059e2f343ebf932462;hb=c66c09b32c6f46ef67550a6c63ba7f9d1d46628d;hp=d3d5ca29e6ec0fae5e83a8225a81310f1ad68c16;hpb=dafc18d66d48cd981a012d2e73a3b3db5351c538;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/formattools.C b/cinelerra-5.1/cinelerra/formattools.C index d3d5ca29..4f6580d4 100644 --- a/cinelerra-5.1/cinelerra/formattools.C +++ b/cinelerra-5.1/cinelerra/formattools.C @@ -166,7 +166,7 @@ void FormatTools::create_objects(int &init_x, path_textbox, 10, px, y, 300, 100); window->add_subwindow(path_recent); path_recent->load_items(File::formattostr(asset->format)); - px += path_recent->get_w() + 8; + px += path_recent->get_w(); window->add_subwindow(path_button = new BrowseButton( mwindow->theme, window, path_textbox, px, y, asset->path, _("Output to file"), _("Select a file to write to:"), 0));