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
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 231d404b308..4601fa77b3a 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -465,7 +465,7 @@ int movetolayer_short_buts(short *lay, char *title)
/* ********************** CLEVER_NUMBUTS ******************** */
#define MAXNUMBUTS 120
-#define MAXNUMBUTROWS 5
+#define MAXNUMBUTROWS 8
VarStruct numbuts[MAXNUMBUTS];
void *numbpoin[MAXNUMBUTS];