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/src/header_text.c')
-rw-r--r--source/blender/src/header_text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_text.c b/source/blender/src/header_text.c
index 2e3bbd29b2a..8e4fb3aa9ae 100644
--- a/source/blender/src/header_text.c
+++ b/source/blender/src/header_text.c
@@ -464,7 +464,7 @@ void text_buttons(void)
xco = 8;
uiDefIconTextButC(block, ICONTEXTROW,B_NEWSPACE, ICON_VIEW3D, windowtype_pup(), xco,0,XIC+10,YIC, &(curarea->butspacetype), 1.0, SPACEICONMAX, 0, 0, "Displays Current Window Type. Click for menu of available types.");
- xco+= XIC+10;
+ xco+= XIC+14;
uiBlockSetEmboss(block, UI_EMBOSSN);
if(curarea->flag & HEADER_NO_PULLDOWN) {