-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
New database connection windows needs to be resized to show login and password field #44
Comments
This has been fixed in release v0.4.0. I've added a JScrollPane to the dialog, so that there are scrollbars in case it's too small. I'm going ahead and close this. Please feel free to reopen it if I've missed anything, thank you |
Hi Jörg, are you running IntelliJ on a Linux system? What is your font size? I can't reproduce this issue on my side, so I'll see if I can spin up an environment similar to yours in order to reproduce it. |
Hi @albertoventurini, thanks a lot for looking into this. I have the issue on linux as well as windows (running via citrix in a virtualbox env). What they share though is that I have a 4k monitor at about 137 dpi. I have set the scaling in windows to 138%, and use pycharm with Segeo UI 14. On linux (ubuntu) I use the tweaks tool with a font scaling of 1.24, and use pycharm with Noto Sans 20. |
When creating a new database connection, the dialog window is to short, it doesn't show the login and password by default. It should be large enough to show those two fields, or have a scrollbar.
The text was updated successfully, but these errors were encountered: