GUI classes don't consider image dimensions in GetContentDimensions
NABN00B opened this issue · 1 comments
NABN00B commented
Reported by @Felipefpl at #20801 (comment)
The following classes have images but have some oddities in their GetContentDimensions method:
Buttonapplies fixed padding for images instead of considering image sizeTriggerButtondoesn't consider scale? (Does it need to?)Choicedoesn't consider image sizeSpinneruses fixed dimensions
Look at Checkbox and ImageView for correct examples.

Felipefpl commented
Thanks for adding this here as an issue. 👍
