X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fmotion2point%2Fmotionwindow.C;fp=cinelerra-5.1%2Fplugins%2Fmotion2point%2Fmotionwindow.C;h=f10a7f3959c9c29bc56ee0e247379ae297b715ba;hb=7f2dac6febc2f93ca00b12f058ba007cc9801b9a;hp=ccfbe5046040bdde5d4f572008e8e3b25b4e2209;hpb=e0fc7bf81ed20c8fb98de25151a8e3b6aaedc55a;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/motion2point/motionwindow.C b/cinelerra-5.1/plugins/motion2point/motionwindow.C index ccfbe504..f10a7f39 100644 --- a/cinelerra-5.1/plugins/motion2point/motionwindow.C +++ b/cinelerra-5.1/plugins/motion2point/motionwindow.C @@ -37,12 +37,7 @@ MotionWindow::MotionWindow(MotionMain2 *plugin) - : PluginClientWindow(plugin, - 600, - 640, - 600, - 640, - 0) + : PluginClientWindow(plugin, 680, 660, 680, 660, 0) { this->plugin = plugin; } @@ -53,7 +48,7 @@ MotionWindow::~MotionWindow() void MotionWindow::create_objects() { - int x1[] = { 10, 310 }; + int x1[] = { 10, get_w()/2 }; int x = 10, y = 10, y1 = 10; BC_Title *title;