add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / edge / edgewindow.C
index 926ec53c2d22d58e248a57168ce815f37d5f3a2c..0a143a3a4c047c4233480a32fcdb7b9a01030b78 100644 (file)
 
 EdgeWindow::EdgeWindow(Edge *plugin)
  : PluginClientWindow(plugin,
-       320,
-       120,
-       320,
-       120,
+       xS(320),
+       yS(120),
+       xS(320),
+       yS(120),
        0)
 {
        this->plugin = plugin;
@@ -42,7 +42,7 @@ EdgeWindow::~EdgeWindow()
 
 void EdgeWindow::create_objects()
 {
-       int x = 10, y = 10;
+       int x = xS(10), y = yS(10);
        int margin = plugin->get_theme()->widget_border;
        BC_Title *title;