X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fremovegaps%2Fremovegaps.C;h=4fff8f2bb35fe685a3393dba7901639a34398db3;hb=0df48ad2d876409c5beeae2e21933a728ea76c33;hp=660af9569eeed60be58c9acc69bc2d153b00f7ce;hpb=bd570c5fa5f5473b670673368dc30356aa6c43fa;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/removegaps/removegaps.C b/cinelerra-5.1/plugins/removegaps/removegaps.C index 660af956..4fff8f2b 100644 --- a/cinelerra-5.1/plugins/removegaps/removegaps.C +++ b/cinelerra-5.1/plugins/removegaps/removegaps.C @@ -84,10 +84,10 @@ void RemoveGapsConfig::boundaries() RemoveGapsWindow::RemoveGapsWindow(RemoveGaps *plugin) : PluginClientWindow(plugin, - 320, - 160, - 320, - 160, + xS(320), + yS(160), + xS(320), + yS(160), 0) { this->plugin = plugin; @@ -99,7 +99,7 @@ RemoveGapsWindow::~RemoveGapsWindow() void RemoveGapsWindow::create_objects() { - int x = 10, y = 10; + int x = xS(10), y = yS(10); BC_Title *title; add_subwindow(title = new BC_Title(x, y, _("Threshold of gap (DB):")));