Increase the size of the bitwise node to accomodate for the "Result" text.

This commit is contained in:
Menotdan
2023-09-20 01:45:49 -04:00
parent b4d95a68f1
commit 67653cc0e8

View File

@@ -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,