diff --git a/Editor/Property Drawer/SerializableFuncPropertyDrawer.cs b/Editor/Property Drawer/SerializableFuncPropertyDrawer.cs index d6cb77d..c1b846e 100644 --- a/Editor/Property Drawer/SerializableFuncPropertyDrawer.cs +++ b/Editor/Property Drawer/SerializableFuncPropertyDrawer.cs @@ -232,6 +232,15 @@ namespace Utilities.SerializableData.SerializableFunc.UnityEditorDrawers return new Rect[] { labelRect, propertyRect }; } + #endregion + + #region Property Height Override + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return 65f; + } + #endregion #endregion @@ -679,4 +688,4 @@ namespace Utilities.SerializableData.SerializableFunc.UnityEditorDrawers } } -#endif \ No newline at end of file +#endif