Qt-Frameless-Window-DarkStyle icon indicating copy to clipboard operation
Qt-Frameless-Window-DarkStyle copied to clipboard

Overlapping text for disabled items in QComboBox

Open LoicFr opened this issue 3 years ago • 0 comments

Hello,

I noticed that when an item is disabled in a QComboBox there are two overlapping texts in white and grey color with a small offset

Capture

I tried to fix it with

QComboBox::item:!enabled { background:palette(window); }

It works but now there is a left offset on the text...

1600698753260_Capture

Does anyone have a clue to fix this issue please ?

Thanks for your help.

Regards, Loïc

LoicFr avatar Sep 21 '20 14:09 LoicFr