We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4338800 commit 39fd1c1Copy full SHA for 39fd1c1
NodeGraphQt/widgets/pipe.py
@@ -28,7 +28,7 @@ def __init__(self, parent=None, size=5.0):
28
def set_size(self, size=5.0):
29
triangle = QtGui.QPolygonF()
30
triangle.append(QtCore.QPointF(-size, size))
31
- triangle.append(QtCore.QPointF(0.0, -size))
+ triangle.append(QtCore.QPointF(0.0, -size*2))
32
triangle.append(QtCore.QPointF(size, size))
33
self.setPolygon(triangle)
34
0 commit comments