add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / denoiseseltempavg / seltempavgwindow.C
index 9a5b1ba6e422282a439b909e4c73512df22ddfb0..42c92d7028e2076959f1f4b971947d5524ab82ef 100644 (file)
 
 SelTempAvgWindow::SelTempAvgWindow(SelTempAvgMain *client)
  : PluginClientWindow(client,
-       310,
-       540,
-       300,
-       540,
+       xS(310),
+       yS(540),
+       xS(300),
+       yS(540),
        0)
 {
        this->client = client;