confirm prefs update, fix bg_pixmap sz, plugin layout tweaks
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / timestretchrt / timestretchrt.C
index 1761782b3fd98fe9b0d6dcbd430427f480df9762..5deb8c9ab785f1e46abdee2fc9936338e6c617b5 100644 (file)
@@ -93,10 +93,10 @@ void TimeStretchRTConfig::boundaries()
 
 TimeStretchRTWindow::TimeStretchRTWindow(TimeStretchRT *plugin)
  : PluginClientWindow(plugin,
-       210, 
-       200, 
-       200, 
-       210,
+       xS(180),
+       yS(160),
+       xS(180),
+       yS(160),
        0)
 {
        this->plugin = plugin;
@@ -108,7 +108,7 @@ TimeStretchRTWindow::~TimeStretchRTWindow()
 
 void TimeStretchRTWindow::create_objects()
 {
-       int x = 10, y = 10;
+       int x = xS(10), y = yS(10);
        int margin = plugin->get_theme()->widget_border;
 
        BC_Title *title = 0;