X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fdot%2Fdotwindow.C;h=5a4b93bba5983bd1aa92282edd112fa608ed8b98;hp=2373da7fcbafa2b9ae8febbf5076db26d8a942e6;hb=0df48ad2d876409c5beeae2e21933a728ea76c33;hpb=bd570c5fa5f5473b670673368dc30356aa6c43fa diff --git a/cinelerra-5.1/plugins/dot/dotwindow.C b/cinelerra-5.1/plugins/dot/dotwindow.C index 2373da7f..5a4b93bb 100644 --- a/cinelerra-5.1/plugins/dot/dotwindow.C +++ b/cinelerra-5.1/plugins/dot/dotwindow.C @@ -30,10 +30,10 @@ DotWindow::DotWindow(DotMain *client) : PluginClientWindow(client, - 300, - 170, - 300, - 170, + xS(300), + yS(170), + xS(300), + yS(170), 0) { this->client = client; @@ -45,7 +45,7 @@ DotWindow::~DotWindow() void DotWindow::create_objects() { - int x = 10, y = 10; + int x = xS(10), y = yS(10); add_subwindow(new BC_Title(x, y, _("DotTV from EffectTV\n" "Copyright (C) 2001 FUKUCHI Kentarou")