add layout_scale preference, scaling cleanup, rework init bc_resources, init tip_info...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / reversevideo / reversevideo.C
index 4fba53123dadf6d4de27299f29e7e0239b58cdc2..a8d737cb20565859b54321c07c7533889c3241bc 100644 (file)
@@ -102,10 +102,10 @@ ReverseVideoConfig::ReverseVideoConfig()
 
 ReverseVideoWindow::ReverseVideoWindow(ReverseVideo *plugin)
  : PluginClientWindow(plugin,
-       xS(210),
-       yS(160),
-       xS(200),
-       yS(160),
+       xS(160),
+       yS(40),
+       xS(160),
+       yS(40),
        0)
 {
        this->plugin = plugin;