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

Autocompletion layout problem #517

Open
JedS opened this issue Jan 6, 2022 · 0 comments
Open

Autocompletion layout problem #517

JedS opened this issue Jan 6, 2022 · 0 comments

Comments

@JedS
Copy link

JedS commented Jan 6, 2022

version:4.7.7
platform:python2.7.18,Win10,amd64

Hi,
Launching the QtConsole with a different font-family and font-size can messed up the auto-completion width calculation.
I launch the console on Win10, using the following command :
python -m qtconsole --ConsoleWidget.font_family="Arial" --ConsoleWidget.font_size=9
When I display auto-completion, the items are not displayed in the available width of the console and horizontal scrollbar is not adjusted also.
If I resize my console, then the horizontal scrollbar position is computed correctly.
Perhaps the scrollbar need to be adjusted on autocompletion event.

QtConsole_AutoLayout

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

No branches or pull requests

1 participant