Open ShadelessFox opened 3 months ago
This is what FlatLaf does, as of now:
It doesn't play well with non-contrast icons and ones that occupy the entire region they're painted on.
This is what I managed to achieve:
Also, note that now the entire check/radio icon is painted instead of just the knob part. I quite like how it looks.
This behavior is disabled by default and can be enabled by setting property MenuItem.separateIconFromCheck to true.
MenuItem.separateIconFromCheck
true
This is what FlatLaf does, as of now:
It doesn't play well with non-contrast icons and ones that occupy the entire region they're painted on.
This is what I managed to achieve:
Also, note that now the entire check/radio icon is painted instead of just the knob part. I quite like how it looks.
This behavior is disabled by default and can be enabled by setting property
MenuItem.separateIconFromCheck
totrue
.