[Bf-blender-cvs] [c27589e] blender-v2.75-release: Tweak 'a' placement in splash

Campbell Barton noreply at git.blender.org
Tue Jul 7 17:00:53 CEST 2015


Commit: c27589e19fc083aa136cb01590be7a89ee484d56
Author: Campbell Barton
Date:   Wed Jul 8 00:56:09 2015 +1000
Branches: blender-v2.75-release
https://developer.blender.org/rBc27589e19fc083aa136cb01590be7a89ee484d56

Tweak 'a' placement in splash

===================================================================

M	source/blender/windowmanager/intern/wm_operators.c

===================================================================

diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index b958592..f7f60c3 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1957,7 +1957,7 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar
 	if (version_suffix != NULL && version_suffix[0]) {
 		/* placed after the version number in the image,
 		 * placing y is tricky to match baseline */
-		int x = 260 - (2 * UI_DPI_WINDOW_FAC);
+		int x = 254 - (2 * UI_DPI_WINDOW_FAC);
 		int y = 242 + (4 * UI_DPI_WINDOW_FAC);
 		int w = 240;




More information about the Bf-blender-cvs mailing list