- Home /
Is it possible to align Multiline strings with siblings in EditorWindow?
I've got class that I am trying to display in an editor window using the EditorGUILayout.PropertyField method. With the exception of any strings that I might have declared as multiline, all of the other properties line up nicely. The multiline property, however, appears directly under the property's name and is indented slightly to the right. Basically, it sticks out like a sore thumb.
If I view the class using the Inspector, everything lines up properly.
Is there a way to get the multiline property to line up with its siblings?
Thanks, Brian
Your answer

Follow this Question
Related Questions
Simple problem: Can't save Input in Editor GUI's Propertyfield. 0 Answers
Trigger an event from editor script? 0 Answers
Why can't I cast Editor.target to my CustomEditor type? 1 Answer
Is there an event being fired off when the Inspector is being resized? 1 Answer
GUI Remove focus from an editor text field when clicking elsewhere. 2 Answers