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:
authorJustin Dailey <dail8859@yahoo.com>2012-11-16 05:12:01 +0400
committerJustin Dailey <dail8859@yahoo.com>2012-11-16 05:12:01 +0400
commitbe6ea8ff2c51a421536cde6f550f6f1edd71e617 (patch)
treee7bdc09a96bf3685d25f93dfdf1168f6bc8f227d /source/blender/editors/space_text/text_intern.h
parent4ece50723bf82af2dedf99f41d761827e668ad7e (diff)
fix [#33180] text editor line height issue
Added small space between lines in the text editor.
Diffstat (limited to 'source/blender/editors/space_text/text_intern.h')
-rw-r--r--source/blender/editors/space_text/text_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_text/text_intern.h b/source/blender/editors/space_text/text_intern.h
index 4f973e7076b..d687f4cdd8a 100644
--- a/source/blender/editors/space_text/text_intern.h
+++ b/source/blender/editors/space_text/text_intern.h
@@ -57,6 +57,7 @@ void text_update_cursor_moved(struct bContext *C);
#define TXT_OFFSET 15
#define TXT_SCROLL_WIDTH 20
#define TXT_SCROLL_SPACE 2
+#define TXT_LINE_SPACING 4 /* space between lines */
#define TEXTXLOC (st->cwidth * st->linenrs_tot)