X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fgaborobj%2Fgaborobjwindow.C;h=ea8b2cef3c9b7df90020524f7075ed22e71afde3;hb=255d67d0fcabfbcd208f2587a9a75697a15d6349;hp=4f8ef76ebcfa92785d0be5c0def44e3f433d0528;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/gaborobj/gaborobjwindow.C b/cinelerra-5.1/plugins/gaborobj/gaborobjwindow.C index 4f8ef76e..ea8b2cef 100644 --- a/cinelerra-5.1/plugins/gaborobj/gaborobjwindow.C +++ b/cinelerra-5.1/plugins/gaborobj/gaborobjwindow.C @@ -26,7 +26,7 @@ #include "theme.h" GaborObjWindow::GaborObjWindow(GaborObj *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 @@ GaborObjWindow::~GaborObjWindow() void GaborObjWindow::create_objects() { - int x = 10, y = 10; + int x = xS(10), y = yS(10); BC_Title *title = new BC_Title(x, y, _("GaborObj")); add_subwindow(title); show_window(1);