X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frecordtransport.C;h=2b19e8d4d60d194040308e98c44fb0f400e93717;hb=fb3e53778e49a406768506de9bf8edfd3d4c36e6;hp=7f2b59dab794040cb5cba42fdaaaa84459a0502f;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git 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()