X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fremovegaps%2Fremovegaps.C;h=cfa530448b3c0c7f4e7ca9c404daf8a67fbc5344;hp=660af9569eeed60be58c9acc69bc2d153b00f7ce;hb=5ec378f09aeeb646705fdb8035b39a186374fba0;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/plugins/removegaps/removegaps.C b/cinelerra-5.1/plugins/removegaps/removegaps.C index 660af956..cfa53044 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(100), + xS(320), + yS(100), 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):")));