Increase the size of the bitwise node to accomodate for the "Result" text.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user