X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fformatpopup.C;h=fa520abc053ecdeab726586f00ba79f75b57319e;hb=4d2d052cc767103a8699b1de0e3a1f36844ac04f;hp=e80769ce8ea9cf8f0d9d6f7d12cbca9c556876aa;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git 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"));