diff --git a/Assets/Fungus/Flowchart/Editor/VariableEditor.cs b/Assets/Fungus/Flowchart/Editor/VariableEditor.cs index 935bf295..3daea4ed 100644 --- a/Assets/Fungus/Flowchart/Editor/VariableEditor.cs +++ b/Assets/Fungus/Flowchart/Editor/VariableEditor.cs @@ -209,7 +209,7 @@ namespace Fungus protected virtual void DrawSingleLineProperty(Rect rect, GUIContent label, SerializedProperty referenceProp, SerializedProperty valueProp, Flowchart flowchart) { - const int popupWidth = 60; + const int popupWidth = 17; Rect controlRect = EditorGUI.PrefixLabel(rect, label); Rect valueRect = controlRect;