You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/wspace/QDarkStyleSheet$ git log -n 1
commit b72fc25ba40ff1b57af416c30022c1d5477d3a5c (HEAD -> develop, origin/develop)
Author: Daniel Pizetta <[email protected]>
Date: Sat Mar 13 01:48:25 2021 -0300
Language
Python
Description / Steps to Reproduce [if necessary]
On latest develop HEAD, all ComboBoxes started to indent items when the ComboBox is active, which results in the labels getting cropped (not being fully visible). This behaviour was not there in 2.8.1.
The text was updated successfully, but these errors were encountered:
@SomberNight thanks for noticing this. Please check if the latest 'develop' version could solve this - we reduced the padding for the combo box items. Tks
I've now tested QDarkStyle==3.0.2 and the issue seems to be fixed.
Tested on the same Linux/Ubuntu system with both (Qt==5.15.2, PyQt==5.15.4) and (Qt==5.12.8, PyQt==5.14.1);
and also tested on Win10 with PyQt==5.15.4.
Describe Your Environment
Language
Python
Description / Steps to Reproduce [if necessary]
On latest develop HEAD, all ComboBoxes started to indent items when the ComboBox is active, which results in the labels getting cropped (not being fully visible). This behaviour was not there in 2.8.1.
The text was updated successfully, but these errors were encountered: