fix awdw solo vicon crash, fix nested clip for binfolders, open edit edl
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / edge / edgewindow.C
index 926ec53c2d22d58e248a57168ce815f37d5f3a2c..eaae3b984af0bb2ded75e0f916d892f7256ec471 100644 (file)
 
 EdgeWindow::EdgeWindow(Edge *plugin)
  : PluginClientWindow(plugin,
-       320,
-       120,
-       320,
-       120,
+       xS(320),
+       yS(70),
+       xS(320),
+       yS(70),
        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;