ColinDuquesnoy / QDarkStyleSheet

A dark style sheet for QtWidgets application
Other
2.81k stars 729 forks source link

QCombobox: buggy height of items #303

Closed bitSheriff closed 2 years ago

bitSheriff commented 2 years ago

Describe Your Environment

Language

Python

Description / Steps to Reproduce [if necessary]

The height of the items in the qcombobox does not work. Some items are way up or down, and you have to scroll (maybe because the height does not work)

Actual Result

qdarksylesheet_comboboxBug

Expected Results / Proposed Result

qdarksylesheet_comboboxBug_expected

Relevant Code [if necessary]

I added the items in python, not with the QtDesigner

self.cb_protocol.addItem("TCP")
self.cb_protocol.addItem("UDP")
bitSheriff commented 2 years ago

thanks fixed with qdarkstyle-3.0.3