-
Notifications
You must be signed in to change notification settings - Fork 9
Solve size problems #9
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
base: master
Are you sure you want to change the base?
Conversation
Hi @Kendos-Kenlen, i'm trying your pull but it didn't solve for me, i cleaned the configurations for intellij sandbox and runned from IDE, and it still with the same problem, i don't know if i need to change another thing to test, but i'm on OS X and deleted |
Hi, Thank you for the feedback. I thought I corrected everything (I did for myself) but I found another hard coded value for the grid size, I'll correct that tomorrow. Also, could you confirm me that fields for username/password/paste bin key and the button fit well in the window? The problem is that some value are hard coded in the form file instead of having the"-1" value for width and height (which makes the form adapting itself to the window size). Sincerely, |
Hi, I think I removed all hard-coded values. Could you tell me if it works ? I hope it'll definitely fix this problem >< |
hey @Kendos-Kenlen! When i mentioned early that i tried your suggestion i did what you did with this pull, changing manually the .form file, anyway i tried your pull request cleaning everything, generating a new deploy for the plugin and installing in a fresh install of pycharm, result, same problem, now with a resolution 1920x1080: |
Mmmh... Strange. As I don't have the problem, it's hard to correct. But, could you check what happens if you change the interface font or remove the text which is too long to be print ? (Paste to fetch and donate text) I'm not sure but I suspect that field align on the length of these labels. |
Fix #5