X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fkeyframegui.C;h=744106b9fd48b6598dcccb383813505fba9d521d;hb=120f82197b4bdfdad9a5a666d773b45a8064d049;hp=03c8804b58b9c87bc171d063ef39c3fadd285e04;hpb=4710b00debcb86b8ff626c4af3473afe338408ae;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/keyframegui.C b/cinelerra-5.1/cinelerra/keyframegui.C index 03c8804b..744106b9 100644 --- a/cinelerra-5.1/cinelerra/keyframegui.C +++ b/cinelerra-5.1/cinelerra/keyframegui.C @@ -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;