From 67653cc0e88407dbdbd5628613c90ee8b68d5542 Mon Sep 17 00:00:00 2001 From: Menotdan <32620310+Menotdan@users.noreply.github.com> Date: Wed, 20 Sep 2023 01:45:49 -0400 Subject: [PATCH] Increase the size of the bitwise node to accomodate for the "Result" text. --- Source/Editor/Surface/Archetypes/Bitwise.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Editor/Surface/Archetypes/Bitwise.cs b/Source/Editor/Surface/Archetypes/Bitwise.cs index 06f719adc..058159d48 100644 --- a/Source/Editor/Surface/Archetypes/Bitwise.cs +++ b/Source/Editor/Surface/Archetypes/Bitwise.cs @@ -19,7 +19,7 @@ namespace FlaxEditor.Surface.Archetypes Description = desc, AlternativeTitles = altTitles, Flags = NodeFlags.AllGraphs, - Size = new Float2(140, 20), + Size = new Float2(160, 20), Elements = new[] { NodeElementArchetype.Factory.Input(0, "A", true, typeof(int), 0), @@ -37,7 +37,7 @@ namespace FlaxEditor.Surface.Archetypes Description = desc, AlternativeTitles = altTitles, Flags = NodeFlags.AllGraphs, - Size = new Float2(140, 40), + Size = new Float2(160, 40), DefaultValues = new object[] { 0,