rework index builder, add pro ffmpeg format
[goodguy/history.git] / cinelerra-5.1 / plugins / wave / wave.C
index ce37965c2e843efc5f45ad05ab7fdbf16b365b0a..e7ec5f5dbed5ea92f82dcf2263ed066a9d5463d7 100644 (file)
@@ -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));