Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown menus are not looking well in PyQt 5.12 #191

Closed
ccordoba12 opened this issue Jun 18, 2019 · 3 comments · Fixed by spyder-ide/spyder#9682
Closed

Dropdown menus are not looking well in PyQt 5.12 #191

ccordoba12 opened this issue Jun 18, 2019 · 3 comments · Fixed by spyder-ide/spyder#9682
Assignees
Milestone

Comments

@ccordoba12
Copy link
Collaborator

ccordoba12 commented Jun 18, 2019

Describe Your Environment

Please, report the output of the command (from v2.6+) or fill the information below:

  • QDarkStyle: 2.7
  • OS: Linux
  • Python: 3.6
  • PyQt: 5.12
  • QtPy: 1.8
  • QT_API: pyqt5

Language

Python

Description / Steps to Reproduce [if necessary]

All entries in dropdown menus have a big blank space to its left when using PyQt 5.12

Actual Result

Selección_012

Expected Results / Proposed Result

This is how things look in PyQt 5.9, which is fine

Selección_013

@dpizetta
Copy link
Collaborator

Maybe related to #169 and/or including a patch in _apply_version_patches(). Could you take care of both @goanpeca? Tks @ccordoba12

PS: those white corners are annoying. May some widget that has no border radius that is being expanded?

@dpizetta dpizetta added this to the 2.8 milestone Jun 18, 2019
@goanpeca
Copy link
Collaborator

goanpeca commented Jun 18, 2019

Hi @dpizetta I am checking this one out, to see what was the change on 5.12. Otherwise I will just use the combobox styledelegate fix on Spyder directly.

PS: those white corners are annoying. May some widget that has no border radius that is being expanded?

Yeah, not sure what might be the issue here. To be honest I do not like the rounding of corners, I prefer a flat style

@dpizetta
Copy link
Collaborator

Ok!

To be honest, I do not like the rounding of corners
Me too. They are tricky.

I keep the options for combo box without rounded corners like submenus. So, we can cover that problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants