X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fvocoder%2Fvocoder.C;fp=cinelerra-5.1%2Fplugins%2Fvocoder%2Fvocoder.C;h=df9160216c3d72acc6bdbdfae1e4c6b1d2d1b4c6;hp=5987558e228a0efa83db10f878898bfc2b3b2ffe;hb=0df48ad2d876409c5beeae2e21933a728ea76c33;hpb=bd570c5fa5f5473b670673368dc30356aa6c43fa diff --git a/cinelerra-5.1/plugins/vocoder/vocoder.C b/cinelerra-5.1/plugins/vocoder/vocoder.C index 5987558e..df916021 100644 --- a/cinelerra-5.1/plugins/vocoder/vocoder.C +++ b/cinelerra-5.1/plugins/vocoder/vocoder.C @@ -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;