filescene/single frame fixes, layout improvements, ffmpeg 3.1.1
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferencesthread.C
index 10af4ffbd2020901a2807209709cb094ebb3265a..50dfc6cfde6664a34d02a4594eb0aff0bf68ef97 100644 (file)
@@ -360,15 +360,7 @@ PreferencesWindow::PreferencesWindow(MWindow *mwindow,
        int x,
        int y)
  : BC_Window(_(PROGRAM_NAME ": Preferences"),
-       x,
-       y,
-       WIDTH,
-       HEIGHT,
-       (int)BC_INFINITY,
-       (int)BC_INFINITY,
-       0,
-       0,
-       1)
+       x,y, WIDTH,HEIGHT, WIDTH,HEIGHT, 1,0,1)
 {
        this->mwindow = mwindow;
        this->thread = thread;