diff --git a/Editor/ChildComponents/LabelStyleDrawer.cs b/Editor/ChildComponents/LabelStyleDrawer.cs index 9ead373a..103b345b 100644 --- a/Editor/ChildComponents/LabelStyleDrawer.cs +++ b/Editor/ChildComponents/LabelStyleDrawer.cs @@ -27,7 +27,6 @@ namespace XCharts.Editor PropertyField(prop, "m_Background"); PropertyField(prop, "m_TextStyle"); PropertyField(prop, "m_TextPadding"); - PropertyField(prop, "m_TextLimit"); --EditorGUI.indentLevel; } }