X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fformatpopup.C;h=fa520abc053ecdeab726586f00ba79f75b57319e;hp=e80769ce8ea9cf8f0d9d6f7d12cbca9c556876aa;hb=420671be045c7fcc1624d68395cb833a5cc2de31;hpb=3b4d085f4235e6313c25871877180a1a989e5b9f diff --git a/cinelerra-5.1/cinelerra/formatpopup.C b/cinelerra-5.1/cinelerra/formatpopup.C index e80769ce..fa520abc 100644 --- a/cinelerra-5.1/cinelerra/formatpopup.C +++ b/cinelerra-5.1/cinelerra/formatpopup.C @@ -97,7 +97,7 @@ int FormatPopup::handle_event() FFMPEGPopup::FFMPEGPopup(ArrayList *plugindb, int x, int y) - : BC_ListBox(x, y, 50, 200, LISTBOX_TEXT, 0, 0, 0, 1, 0, 1) + : BC_ListBox(x, y, 100, 200, LISTBOX_TEXT, 0, 0, 0, 1, 0, 1) { this->plugindb = plugindb; set_tooltip(_("Set ffmpeg file type"));