Skip to content

Commit 5cc7ef9

Browse files
committed
changed slicer default color
1 parent 8cad0da commit 5cc7ef9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NodeGraphQt/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
PIPE_DISABLED_COLOR = (190, 20, 20, 255)
1414
PIPE_ACTIVE_COLOR = (70, 255, 220, 255)
1515
PIPE_HIGHLIGHT_COLOR = (232, 184, 13, 255)
16-
PIPE_SLICER_COLOR = (140, 255, 170)
16+
PIPE_SLICER_COLOR = (255, 50, 75)
1717
#: The draw the connection pipes as straight lines.
1818
PIPE_LAYOUT_STRAIGHT = 0
1919
#: The draw the connection pipes as curved lines.

docs/overview.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ Navigation
1717
| Pan | *Alt + LMB + Drag* or *MMB + Drag* |
1818
+---------------+----------------------------------------------+
1919

20+
Port Connections
21+
================
22+
23+
+---------------------+----------------------------+
24+
| action | controls |
25+
+=====================+============================+
26+
| Slice connections | *Alt + Shift + LMB + Drag* |
27+
+---------------------+----------------------------+
28+
29+
2030
Node Search
2131
===========
2232

0 commit comments

Comments
 (0)