Update material size node to fit text..

This commit is contained in:
Menotdan
2023-09-19 22:59:38 -04:00
parent b202573920
commit d83d510002

View File

@@ -281,7 +281,7 @@ namespace FlaxEditor.Surface.Archetypes
Title = "Material",
Description = "Main material node",
Flags = NodeFlags.MaterialGraph | NodeFlags.NoRemove | NodeFlags.NoSpawnViaGUI | NodeFlags.NoSpawnViaPaste | NodeFlags.NoCloseButton,
Size = new Float2(150, 300),
Size = new Float2(180, 300),
Elements = new[]
{
NodeElementArchetype.Factory.Input(0, "", true, typeof(void), 0),