Skip to content

Commit 8213848

Browse files
committed
* OneLineBasePropertyDrawer - remove label padding.
1 parent bbaa89f commit 8213848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/DevLocker/Tools/Editor/OneLineBasePropertyDrawer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public override void OnGUI(Rect position, SerializedProperty property, GUIConten
105105
if (pd.Label != null) {
106106
rect.width = pd.LabelWidth;
107107

108-
EditorGUI.LabelField(rect, pd.Label);
108+
GUI.Label(rect, pd.Label);
109109

110110
rect.x += rect.width;
111111
width -= pd.LabelWidth;

0 commit comments

Comments
 (0)