We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca62e4 commit a05653aCopy full SHA for a05653a
1 file changed
Editor/Inspectors/ObjectPickerInspector.cs
@@ -30,6 +30,8 @@ public ObjectPickerInspector(Metadata metadata, string title, TableComponent tab
30
_devicePicker = new ObjectReferencePicker<T>(title, tableComponent, true);
31
}
32
33
+ public override float GetAdaptiveWidth() => 100f;
34
+
35
protected override float GetHeight(float width, GUIContent label) => EditorGUIUtility.singleLineHeight;
36
37
protected override void OnGUI(Rect position, GUIContent label)
0 commit comments