The comboboxItem appearance changed with 6.0 when the .setShowPickerIcon(false) is set.
Appearance on 5.1p with .setShowPickerIcon(false):
Appearance on 6.0p with .setShowPickerIcon(false):
Appearance on 6.0p with with .setShowPickerIcon(true):
As you see, on 6.0p, the appearance is totally different when having .setShowPickerIcon(false) or .setShowPickerIcon(true). And this was different on 5.1p.
How to get the same appearance ? Why did this change ?
Appearance on 5.1p with .setShowPickerIcon(false):
Appearance on 6.0p with .setShowPickerIcon(false):
Appearance on 6.0p with with .setShowPickerIcon(true):
As you see, on 6.0p, the appearance is totally different when having .setShowPickerIcon(false) or .setShowPickerIcon(true). And this was different on 5.1p.
How to get the same appearance ? Why did this change ?
Comment