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:
-rw-r--r--source/blender/editors/include/ED_node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_node.h b/source/blender/editors/include/ED_node.h
index cbb6c67b908..9212ae9ad41 100644
--- a/source/blender/editors/include/ED_node.h
+++ b/source/blender/editors/include/ED_node.h
@@ -52,8 +52,8 @@ typedef enum {
#define NODE_EDGE_PAN_INSIDE_PAD 2
#define NODE_EDGE_PAN_OUTSIDE_PAD 0 /* Disable clamping for node panning, use whole screen */
#define NODE_EDGE_PAN_SPEED_RAMP 1
-#define NODE_EDGE_PAN_MAX_SPEED 70 /* In UI units per second, slower than default */
-#define NODE_EDGE_PAN_DELAY 0.6f
+#define NODE_EDGE_PAN_MAX_SPEED 40 /* In UI units per second, slower than default */
+#define NODE_EDGE_PAN_DELAY 1.0f
/* space_node.c */