add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / removegaps / removegaps.C
index 660af9569eeed60be58c9acc69bc2d153b00f7ce..4fff8f2bb35fe685a3393dba7901639a34398db3 100644 (file)
@@ -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):")));