- Made visject items a tiny tiny tiny bit taller

This commit is contained in:
Nils Hausfeld
2023-09-30 20:22:49 +02:00
parent 1dc01cd023
commit 2e09c4fb63

View File

@@ -58,7 +58,7 @@ namespace FlaxEditor.Surface.ContextMenu
/// <param name="groupArchetype">The group archetype.</param>
/// <param name="archetype">The archetype.</param>
public VisjectCMItem(VisjectCMGroup group, GroupArchetype groupArchetype, NodeArchetype archetype)
: base(0, 0, 120, 12)
: base(0, 0, 120, 14)
{
Group = group;
_groupArchetype = groupArchetype;