Skip to content

Commit a05653a

Browse files
committed
fix: Make object picker larger.
1 parent 3ca62e4 commit a05653a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Editor/Inspectors/ObjectPickerInspector.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public ObjectPickerInspector(Metadata metadata, string title, TableComponent tab
3030
_devicePicker = new ObjectReferencePicker<T>(title, tableComponent, true);
3131
}
3232

33+
public override float GetAdaptiveWidth() => 100f;
34+
3335
protected override float GetHeight(float width, GUIContent label) => EditorGUIUtility.singleLineHeight;
3436

3537
protected override void OnGUI(Rect position, GUIContent label)

0 commit comments

Comments
 (0)