X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fsplashgui.C;fp=cinelerra-5.1%2Fcinelerra%2Fsplashgui.C;h=9b80bdbfafccbed6b5861245ac82ecc7d7aeb461;hp=e9e1840ad4d29477174fb5e7be2e861535906ba4;hb=0df48ad2d876409c5beeae2e21933a728ea76c33;hpb=bd570c5fa5f5473b670673368dc30356aa6c43fa diff --git a/cinelerra-5.1/cinelerra/splashgui.C b/cinelerra-5.1/cinelerra/splashgui.C index e9e1840a..9b80bdbf 100644 --- a/cinelerra-5.1/cinelerra/splashgui.C +++ b/cinelerra-5.1/cinelerra/splashgui.C @@ -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();