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:
authorMatt Ebb <matt@mke3.net>2010-01-08 01:42:59 +0300
committerMatt Ebb <matt@mke3.net>2010-01-08 01:42:59 +0300
commit320a09c2329119b56fd56b99d625b3aea72e854e (patch)
tree9eac6fcefb06f6d202f25fa84152b2e22965b4cd /source/blender/nodes/intern/CMP_nodes/CMP_rgb.c
parent73b52e243061fc0bb28f8ca077ed6a0917eb44db (diff)
* Use color wheel template for RGB node
Diffstat (limited to 'source/blender/nodes/intern/CMP_nodes/CMP_rgb.c')
-rw-r--r--source/blender/nodes/intern/CMP_nodes/CMP_rgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_rgb.c b/source/blender/nodes/intern/CMP_nodes/CMP_rgb.c
index ae2678dc5f0..496e432bebf 100644
--- a/source/blender/nodes/intern/CMP_nodes/CMP_rgb.c
+++ b/source/blender/nodes/intern/CMP_nodes/CMP_rgb.c
@@ -47,7 +47,7 @@ bNodeType cmp_node_rgb= {
/* *next,*prev */ NULL, NULL,
/* type code */ CMP_NODE_RGB,
/* name */ "RGB",
- /* width+range */ 100, 60, 140,
+ /* width+range */ 140, 80, 140,
/* class+opts */ NODE_CLASS_INPUT, NODE_OPTIONS,
/* input sock */ NULL,
/* output sock */ cmp_node_rgb_out,