add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / dot / dotwindow.C
index 2373da7fcbafa2b9ae8febbf5076db26d8a942e6..5a4b93bba5983bd1aa92282edd112fa608ed8b98 100644 (file)
 
 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")