The users of my application complain that the ports are a little small, making it hard to draw links between nodes. I am using a node derived from GoMultiTextNode. What would be the easiest way to increase the size of the ports so that they have a larger “hit” area on the screen?
Override CreatePort to call the base method and then set the Size to what you want.