I have custom EditorWindow that should draw two serialized properties.
![]()
First one is drawn as ObjectField as expected. Second one has a custom PropertyDrawer that just creates IMGUIContainer Inside CreatePropertyGUI.

As you can see they have a different minimum label width.
By default, the UIElements PropertyField minimum label width is 135 while EditorGUIUtility.labelWidth is 150. I can change it manually via CSS style but I think they should be synced.
