add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / recordtransport.C
index 7f2b59dab794040cb5cba42fdaaaa84459a0502f..2b19e8d4d60d194040308e98c44fb0f400e93717 100644 (file)
@@ -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()