X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Ftimestretchrt%2Ftimestretchrt.C;h=c84dca49b06d78cc41e3108f365ed35a88c23040;hb=0df48ad2d876409c5beeae2e21933a728ea76c33;hp=1761782b3fd98fe9b0d6dcbd430427f480df9762;hpb=bd570c5fa5f5473b670673368dc30356aa6c43fa;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/timestretchrt/timestretchrt.C b/cinelerra-5.1/plugins/timestretchrt/timestretchrt.C index 1761782b..c84dca49 100644 --- a/cinelerra-5.1/plugins/timestretchrt/timestretchrt.C +++ b/cinelerra-5.1/plugins/timestretchrt/timestretchrt.C @@ -93,10 +93,10 @@ void TimeStretchRTConfig::boundaries() TimeStretchRTWindow::TimeStretchRTWindow(TimeStretchRT *plugin) : PluginClientWindow(plugin, - 210, - 200, - 200, - 210, + xS(210), + yS(200), + xS(200), + yS(210), 0) { this->plugin = plugin; @@ -108,7 +108,7 @@ TimeStretchRTWindow::~TimeStretchRTWindow() void TimeStretchRTWindow::create_objects() { - int x = 10, y = 10; + int x = xS(10), y = yS(10); int margin = plugin->get_theme()->widget_border; BC_Title *title = 0;