Skip to content

Commit e710ca3

Browse files
julienamsellemEvergreen
authored andcommitted
[VFX] Enter key to validate the output context title
1 parent 320d699 commit e710ca3

File tree

1 file changed

+1
-0
lines changed
  • Packages/com.unity.visualeffectgraph/Editor/GraphView/Elements

1 file changed

+1
-0
lines changed

Packages/com.unity.visualeffectgraph/Editor/GraphView/Elements/VFXContextUI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ public VFXContextUI() : base("uxml/VFXContext")
298298

299299
m_Label = this.Q<Label>("user-label");
300300
m_TextField = this.Q<TextField>("user-title-textfield");
301+
m_TextField.multiline = false;
301302
m_TextField.maxLength = 175;
302303
m_TextField.style.display = DisplayStyle.None;
303304

0 commit comments

Comments
 (0)