X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fdot%2Fdotwindow.C;h=5a4b93bba5983bd1aa92282edd112fa608ed8b98;hb=2f4e285f507feedad3dc641337ae081cd6635530;hp=2373da7fcbafa2b9ae8febbf5076db26d8a942e6;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git 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")