From 8c688b9f8b2d928f9f7e3b93f9a3349e35fb99cf Mon Sep 17 00:00:00 2001 From: Thor Brigsted Date: Sun, 26 Nov 2017 23:35:11 +0100 Subject: [PATCH] Changed default node width from 200 to 208 to match grid lines --- Scripts/Editor/NodeEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Editor/NodeEditor.cs b/Scripts/Editor/NodeEditor.cs index 8d0f1c2..98e1b29 100644 --- a/Scripts/Editor/NodeEditor.cs +++ b/Scripts/Editor/NodeEditor.cs @@ -44,7 +44,7 @@ namespace XNodeEditor { } public virtual int GetWidth() { - return 200; + return 208; } public virtual Color GetTint() {