X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fflowobj%2Fflowobjwindow.C;h=851f06defa9ed36b0911151f2af7212952b5c331;hb=0b751b07a28e84a721b2bb76083db6629aa26d73;hp=eec0ab5221f09c2a102d4c7994cdd566901c0160;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/flowobj/flowobjwindow.C b/cinelerra-5.1/plugins/flowobj/flowobjwindow.C index eec0ab52..851f06de 100644 --- a/cinelerra-5.1/plugins/flowobj/flowobjwindow.C +++ b/cinelerra-5.1/plugins/flowobj/flowobjwindow.C @@ -26,7 +26,7 @@ #include "theme.h" FlowObjWindow::FlowObjWindow(FlowObj *plugin) - : PluginClientWindow(plugin, 320, 240, 320, 240, 0) + : PluginClientWindow(plugin, xS(320), yS(240), xS(320), yS(240), 0) { this->plugin = plugin; } @@ -37,7 +37,7 @@ FlowObjWindow::~FlowObjWindow() void FlowObjWindow::create_objects() { - int x = 10, y = 10; + int x = xS(10), y = yS(10); int margin = plugin->get_theme()->widget_border; BC_Title *title;