X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frecordtransport.C;fp=cinelerra-5.1%2Fcinelerra%2Frecordtransport.C;h=2b19e8d4d60d194040308e98c44fb0f400e93717;hp=7f2b59dab794040cb5cba42fdaaaa84459a0502f;hb=0df48ad2d876409c5beeae2e21933a728ea76c33;hpb=bd570c5fa5f5473b670673368dc30356aa6c43fa diff --git a/cinelerra-5.1/cinelerra/recordtransport.C b/cinelerra-5.1/cinelerra/recordtransport.C index 7f2b59da..2b19e8d4 100644 --- a/cinelerra-5.1/cinelerra/recordtransport.C +++ b/cinelerra-5.1/cinelerra/recordtransport.C @@ -77,7 +77,7 @@ void RecordTransport::create_objects() x += end_button->get_w(); x_end = max(x, x_end); y_end = max(y + end_button->get_h(), y_end); #endif - x_end += 10; y_end += 10; + x_end += xS(10); y_end += yS(10); } void RecordTransport::reposition_window(int x, int y) @@ -112,7 +112,7 @@ void RecordTransport::reposition_window(int x, int y) x += end_button->get_w(); x_end = max(x, x_end); y_end = max(y + end_button->get_h(), y_end); #endif - x_end += 10; y_end += 10; + x_end += xS(10); y_end += yS(10); } int RecordTransport::get_h()