Skip to content

Commit

Permalink
v3.0.0-preivew8
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Apr 26, 2022
1 parent 9dedc1d commit 419c704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/MainComponents/AxisEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public override void OnGUI(Rect pos, SerializedProperty prop, GUIContent label)
PropertyField(prop, "m_Icon");
PropertyField(prop, "m_Background");
PropertyField(prop, "m_TextStyle");
PropertyField(prop, "m_Padding");
PropertyField(prop, "m_TextPadding");
--EditorGUI.indentLevel;
}
}
Expand Down

0 comments on commit 419c704

Please sign in to comment.