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:
authorJoshua Leung <aligorith@gmail.com>2009-10-21 02:51:20 +0400
committerJoshua Leung <aligorith@gmail.com>2009-10-21 02:51:20 +0400
commitca87f28f5bcb4811757631464a32a80fe91dbb41 (patch)
tree4ae83673d04033d9ca1888a8eff159252de6248f /source/blender/makesdna/DNA_text_types.h
parent122483518850f0d44d8e12a2f06c66ded878e894 (diff)
Text Editor: Scrollbar now drawn on the right
Diffstat (limited to 'source/blender/makesdna/DNA_text_types.h')
-rw-r--r--source/blender/makesdna/DNA_text_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_text_types.h b/source/blender/makesdna/DNA_text_types.h
index 8f9d4b5f4b4..5793f061f06 100644
--- a/source/blender/makesdna/DNA_text_types.h
+++ b/source/blender/makesdna/DNA_text_types.h
@@ -70,8 +70,8 @@ typedef struct Text {
double mtime;
} Text;
-
-#define TXT_OFFSET 35
+ /* TXT_OFFSET used to be 35 when the scrollbar was on the left... */
+#define TXT_OFFSET 15
#define TXT_TABSIZE 4
#define TXT_INIT_UNDO 1024
#define TXT_MAX_UNDO (TXT_INIT_UNDO*TXT_INIT_UNDO)