add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / keyframegui.C
index 03c8804b58b9c87bc171d063ef39c3fadd285e04..744106b9fd48b6598dcccb383813505fba9d521d 100644 (file)
@@ -457,7 +457,7 @@ KeyFrameWindow::KeyFrameWindow(MWindow *mwindow, KeyFrameThread *thread,
  : BC_Window(title_string, x, y,
                mwindow->session->keyframedialog_w, 
                mwindow->session->keyframedialog_h, 
-               320, 240, 1, 0, 1)
+               xS(320), yS(240), 1, 0, 1)
 {
        this->mwindow = mwindow;
        this->thread = thread;