rework index builder, add pro ffmpeg format
[goodguy/history.git] / cinelerra-5.1 / plugins / freezeframe / freezeframe.C
index 69385755bb94173f203a0c097027753a94695f76..52f2ae13b9f3657ca58d13e9e829951c3155f10c 100644 (file)
@@ -75,12 +75,7 @@ void FreezeFrameConfig::interpolate(FreezeFrameConfig &prev,
 
 
 FreezeFrameWindow::FreezeFrameWindow(FreezeFrameMain *client)
- : PluginClientWindow(client,
-       200,
-       100,
-       200,
-       100,
-       0)
+ : PluginClientWindow(client, 260, 100, 260, 100, 0)
 {
        this->client = client; 
 }