confirm prefs update, fix bg_pixmap sz, plugin layout tweaks
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / timestretchrt / timestretchrt.C
index c84dca49b06d78cc41e3108f365ed35a88c23040..5deb8c9ab785f1e46abdee2fc9936338e6c617b5 100644 (file)
@@ -93,10 +93,10 @@ void TimeStretchRTConfig::boundaries()
 
 TimeStretchRTWindow::TimeStretchRTWindow(TimeStretchRT *plugin)
  : PluginClientWindow(plugin,
-       xS(210),
-       yS(200),
-       xS(200),
-       yS(210),
+       xS(180),
+       yS(160),
+       xS(180),
+       yS(160),
        0)
 {
        this->plugin = plugin;