[Bf-blender-cvs] [74ce45e] blender-v2.72-release: re-allign 'a'

Campbell Barton noreply at git.blender.org
Wed Oct 15 14:13:56 CEST 2014


Commit: 74ce45eed52bdb2e53e97b8122af523a061aa1ba
Author: Campbell Barton
Date:   Wed Oct 15 14:13:45 2014 +0200
Branches: blender-v2.72-release
https://developer.blender.org/rB74ce45eed52bdb2e53e97b8122af523a061aa1ba

re-allign 'a'

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

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 2ccebad..d11ba60 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1844,7 +1844,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 = 250 - (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