X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fwave%2Fwave.C;h=e7ec5f5dbed5ea92f82dcf2263ed066a9d5463d7;hb=318256a48938064b695268d03396977739ef4724;hp=ce37965c2e843efc5f45ad05ab7fdbf16b365b0a;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/wave/wave.C b/cinelerra-5.1/plugins/wave/wave.C index ce37965c..e7ec5f5d 100644 --- a/cinelerra-5.1/plugins/wave/wave.C +++ b/cinelerra-5.1/plugins/wave/wave.C @@ -376,12 +376,7 @@ int WaveLength::handle_event() WaveWindow::WaveWindow(WaveEffect *plugin) - : PluginClientWindow(plugin, - 320, - 150, - 320, - 150, - 0) + : PluginClientWindow(plugin, 335, 150, 335, 150, 0) { this->plugin = plugin; } @@ -392,7 +387,7 @@ WaveWindow::~WaveWindow() void WaveWindow::create_objects() { - int x = 10, y = 10, x1 = 100; + int x = 10, y = 10, x1 = 115; // add_subwindow(new BC_Title(x, y, _("Mode:"))); // add_subwindow(smear = new WaveSmear(plugin, this, x1, y));