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
When using QComboBox, items on the drop-down list have checkboxes, which is different from default behaviour and causes text cutting (see attached pictures):
With QDarkStyle:
Default:
Is this behaviour intended? I noticed, that by deleting background-color lines in QWidget style I can get rid of checkboxes, but then obviously background colors are messed up.
The text was updated successfully, but these errors were encountered:
Can you (@franciszekjuras , @dismine ) share some code so I can reproduce the problem? Also, could you run the example/example.py in the inputs tab and take a screenshot? Tks
When using QComboBox, items on the drop-down list have checkboxes, which is different from default behaviour and causes text cutting (see attached pictures):
With QDarkStyle:
Default:
Is this behaviour intended? I noticed, that by deleting background-color lines in QWidget style I can get rid of checkboxes, but then obviously background colors are messed up.
The text was updated successfully, but these errors were encountered: