update version, tweak motion window sizes, motion xml
[goodguy/history.git] / cinelerra-5.1 / plugins / motion2point / motionwindow.C
index ccfbe5046040bdde5d4f572008e8e3b25b4e2209..f10a7f3959c9c29bc56ee0e247379ae297b715ba 100644 (file)
 
 
 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;