Browse Source

Increased height of multi-line text box for StringDataMulti

master
Christopher 8 years ago
parent
commit
3382bbf92f
  1. 2
      Assets/Fungus/Scripts/VariableTypes/StringVariable.cs

2
Assets/Fungus/Scripts/VariableTypes/StringVariable.cs

@ -96,7 +96,7 @@ namespace Fungus
[VariableProperty("<Value>", typeof(StringVariable))]
public StringVariable stringRef;
[TextArea(1,10)]
[TextArea(1,15)]
[SerializeField]
public string stringVal;

Loading…
Cancel
Save