In version 13.2 the inner padding of ColorSetter
changed. Does anyone know a hidden setting to allow changing this? I use it on many occasions but always with ImageSize->20
. But with that spec the setter does not work anymore.
Grid[Table[
ColorSetter[Pink, ImageSize -> {w, h}], {h, Range[20, 50, 5]}, {w,
Range[20, 50, 5]}]]
gives this as result, where most of the top three rows and left two columns don't work.
