add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / vocoder / vocoder.C
index 5987558e228a0efa83db10f878898bfc2b3b2ffe..df9160216c3d72acc6bdbdfae1e4c6b1d2d1b4c6 100644 (file)
@@ -270,10 +270,10 @@ int VocoderBands::handle_event()
 
 VocoderWindow::VocoderWindow(Vocoder *plugin)
  : PluginClientWindow(plugin,
-       320,
-       150,
-       320,
-       150,
+       xS(320),
+       yS(150),
+       xS(320),
+       yS(150),
        0)
 {
        this->plugin = plugin;