add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / timestretchrt / timestretchrt.C
index 1761782b3fd98fe9b0d6dcbd430427f480df9762..c84dca49b06d78cc41e3108f365ed35a88c23040 100644 (file)
@@ -93,10 +93,10 @@ void TimeStretchRTConfig::boundaries()
 
 TimeStretchRTWindow::TimeStretchRTWindow(TimeStretchRT *plugin)
  : PluginClientWindow(plugin,
-       210, 
-       200, 
-       200, 
-       210,
+       xS(210),
+       yS(200),
+       xS(200),
+       yS(210),
        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;