Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operators.c')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index e5f9aae249d..b063a8883a0 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1819,11 +1819,12 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar
if (1) {
/* placed after the version number in the image,
* placing y is tricky to match baseline */
- int x = 254 - (2 * UI_DPI_WINDOW_FAC);
- int y = 244 + (4 * UI_DPI_WINDOW_FAC);
+ int x = 260 - (2 * UI_DPI_WINDOW_FAC);
+ int y = 242 + (4 * UI_DPI_WINDOW_FAC);
int w = 240;
- const char *version_suffix = "Testing";
+ const char *version_suffix = "Release Candidate";
+
/* hack to have text draw 'text_sel' */
uiBlockSetEmboss(block, UI_EMBOSSN);