X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fvdeviceprefs.C;h=beada6050ff70d34815a5576f7475d96860097a0;hb=d66e2dde00fcfbe27c461a9956e66753faa62c95;hp=e4b6dd280cb6e07281800783acd06f05cffd9219;hpb=e5d1c3ec8b49e9e4cd31f30e991f52ab11de93b1;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/vdeviceprefs.C b/cinelerra-5.1/cinelerra/vdeviceprefs.C index e4b6dd28..beada605 100644 --- a/cinelerra-5.1/cinelerra/vdeviceprefs.C +++ b/cinelerra-5.1/cinelerra/vdeviceprefs.C @@ -617,7 +617,7 @@ int VScalingItem::handle_event() VScalingEquation::VScalingEquation(int x, int y, int *output) - : BC_PopupMenu(x, y, 175, interpolation_to_string(*output)) + : BC_PopupMenu(x, y, 240, interpolation_to_string(*output)) { this->output = output; }