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
Text should be shown fully till the border.
Issue do not exist in 2.7.0, probably because it has:
padding-right: 4px;
instead of 2.8.0 and 2.8.1:
padding-right: 36px;
set in style.qss for QComboBox.
P. S. Not related to the issue, but spacing between checkboxes are too big. It is also on the image in comparison to standard windows style.
The text was updated successfully, but these errors were encountered:
Describe Your Environment
Language
Python
Description / Steps to Reproduce [if necessary]
If you set maximum horizontal size of QComboBox and add some text in it, you will notice that ~30 pixels of text are cut from right side.
Actual Result
https://i.imgur.com/nVsZeFK.png
Expected Results / Proposed Result
Text should be shown fully till the border.
Issue do not exist in 2.7.0, probably because it has:
padding-right: 4px;
instead of 2.8.0 and 2.8.1:
padding-right: 36px;
set in style.qss for QComboBox.
P. S. Not related to the issue, but spacing between checkboxes are too big. It is also on the image in comparison to standard windows style.
The text was updated successfully, but these errors were encountered: