X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fmoveobj%2Fmoveobjwindow.C;h=c85b94b2a2ede6c10560556a5d6a03cadc412f06;hp=aac65d69bcda78c5bcf52741514358e02e5f8750;hb=0df48ad2d876409c5beeae2e21933a728ea76c33;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/plugins/moveobj/moveobjwindow.C b/cinelerra-5.1/plugins/moveobj/moveobjwindow.C index aac65d69..c85b94b2 100644 --- a/cinelerra-5.1/plugins/moveobj/moveobjwindow.C +++ b/cinelerra-5.1/plugins/moveobj/moveobjwindow.C @@ -26,7 +26,7 @@ #include "theme.h" MoveObjWindow::MoveObjWindow(MoveObj *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 @@ MoveObjWindow::~MoveObjWindow() void MoveObjWindow::create_objects() { - int x = 10, y = 10; + int x = xS(10), y = yS(10); int margin = plugin->get_theme()->widget_border; BC_Title *title;