add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / resamplert / resamplert.C
index af6c4ab6a773a7b1c42e8f639a10a4ee3fb2fb4e..27f60270f6f14ec1331f147538cddbb6f26b3117 100644 (file)
@@ -79,10 +79,10 @@ void ResampleRTConfig::boundaries()
 
 ResampleRTWindow::ResampleRTWindow(ResampleRT *plugin)
  : PluginClientWindow(plugin,
-       210,
-       160,
-       200,
-       160,
+       xS(210),
+       yS(160),
+       xS(200),
+       yS(160),
        0)
 {
        this->plugin = plugin;