X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fmotion51%2Fmotionwindow51.C;h=96bb68211c24799d358e044a7edbba2f8d490f0c;hb=7e96ffcf048e3adb8a63fc1e01957d3300ef888f;hp=b8aa73c0cd2f25e0db4a2a1c9af8df0f1da230de;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/motion51/motionwindow51.C b/cinelerra-5.1/plugins/motion51/motionwindow51.C index b8aa73c0..96bb6821 100644 --- a/cinelerra-5.1/plugins/motion51/motionwindow51.C +++ b/cinelerra-5.1/plugins/motion51/motionwindow51.C @@ -45,7 +45,7 @@ void Motion51Window::create_objects() { int x = 10, y = 20; int x0 = x, x1 = get_w()/2; - add_subwindow(sample_steps = new Motion51SampleSteps(plugin, x0=x, y, 72)); + add_subwindow(sample_steps = new Motion51SampleSteps(plugin, x0=x, y, 120)); BC_Title *title = new BC_Title(x0+=sample_steps->get_w()+10, y, _("Samples")); add_subwindow(title); sample_steps->create_objects();