shift keypad toggles audio, xtion masks, render+prefs widget placement
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vdeviceprefs.C
index e4b6dd280cb6e07281800783acd06f05cffd9219..beada6050ff70d34815a5576f7475d96860097a0 100644 (file)
@@ -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;
 }