add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / splashgui.C
index e9e1840ad4d29477174fb5e7be2e861535906ba4..9b80bdbfafccbed6b5861245ac82ecc7d7aeb461 100644 (file)
@@ -47,8 +47,8 @@ void SplashGUI::create_objects()
        draw_vframe(bg, 0, 0);
        flash();
        show_window();
-       operation = new BC_Title(5,
-                       get_h() - get_text_height(MEDIUMFONT) - 5,
+       operation = new BC_Title(xS(5),
+                       get_h() - get_text_height(MEDIUMFONT) - yS(5),
                        _("Loading..."), MEDIUMFONT, GREEN);
        add_subwindow(operation);
        unlock_window();