dbrizov / NaughtyAttributes

Attribute Extensions for Unity
MIT License
4.53k stars 464 forks source link

[Request] Foldouts and BoxGroups should give a List<T> type a bit of an indent for readability #373

Open TheEmbracedOne opened 1 year ago

TheEmbracedOne commented 1 year ago

Here, you can see that everything in the Foldout has the same indent: image

but List types' arrow icon for toggling appear in the same X-space as the Foldout group's: Unity_KnhTWtrNyZ

same with BoxGroups: Unity_g1twUpoBGf

Expectation: List types' arrow's indent to match the indent to match the indent of other variables, like so: image