summaryrefslogtreecommitdiff
path: root/src/main/python
diff options
context:
space:
mode:
authorrrsr282023-06-13 17:14:12 +0530
committerrrsr282023-06-13 17:14:12 +0530
commit8faea682e5ec94caf0a62ea275fb1509c8582296 (patch)
tree282c009572b2fcd5f1f218f686bd0fcc997e40c3 /src/main/python
parent30075f3443f1759d8d5b9631c58e004d11035871 (diff)
downloadChemical-PFD-8faea682e5ec94caf0a62ea275fb1509c8582296.tar.gz
Chemical-PFD-8faea682e5ec94caf0a62ea275fb1509c8582296.tar.bz2
Chemical-PFD-8faea682e5ec94caf0a62ea275fb1509c8582296.zip
Modified the Grips for Exchanger
Diffstat (limited to 'src/main/python')
-rw-r--r--src/main/python/shapes/shapes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/python/shapes/shapes.py b/src/main/python/shapes/shapes.py
index 2237a05..55d1751 100644
--- a/src/main/python/shapes/shapes.py
+++ b/src/main/python/shapes/shapes.py
@@ -957,8 +957,8 @@ class Exchanger(NodeItem):
self.grips = [
[100, 31.74474612706027, "right"],
[100, 62.70549343934227, "right"],
- [33.68240920045628, 100, "top"],
- [33.68240920045628, 0, "bottom"]
+ [35.66, 100, "top"],
+ [36.66, 0, "bottom"]
]