Default grid to size of size of window and spacing between parameters
Description
Please default the grid spacing so that windows, inputs, output, lines, and reroute nodes align perfectly
As you can see here it's not quite aligned properly and the default grid size wasn't working either.
Edit: think the offset is wrong too.
Implementation ideas
No response
Hi, this would be something to suggest upstream in the https://github.com/godotengine/godot repository, as this is all default widgets provided by the engine itself.
While we can certainly look some some tweaks, we don't have control over the port positions on the nodes as that's directly only internal to the engine. About the only way we could do this within the plug-in at this time would be to rewrite all of Godot's graph UI from scratch :(.