From 0b3259fcc34bd423b1eb9b0c954ed0027761077d Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Mon, 24 Apr 2023 11:02:44 -0500 Subject: [PATCH] Increase size of add node so that vector3 fits correctly --- Source/Editor/Surface/Archetypes/Math.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Surface/Archetypes/Math.cs b/Source/Editor/Surface/Archetypes/Math.cs index d2aef9ae5..1b8f62e62 100644 --- a/Source/Editor/Surface/Archetypes/Math.cs +++ b/Source/Editor/Surface/Archetypes/Math.cs @@ -47,7 +47,7 @@ namespace FlaxEditor.Surface.Archetypes Description = desc, Flags = NodeFlags.AllGraphs, AlternativeTitles = altTitles, - Size = new Float2(140, 40), + Size = new Float2(150, 40), DefaultType = new ScriptType(inputType), ConnectionsHints = hints, IndependentBoxes = new[] { 0, 1 },