-
Notifications
You must be signed in to change notification settings - Fork 63
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
Large gaps between windows on Win10 #10
Comments
Yes, this is something you see in all older programs of this kind, e.g. WinSplit Revolution, Power Resizer etc. |
Is there a way to change the calculation of window borders in the program? I couldn't find it. |
Did you find any solution? |
No, unfortunately not. |
This is annoying me since windows 10 is released. I've never found a better window manager than GridMove. I'm using it since first release. How do you deal with the problem? Are you using another one? |
Yeah it's annoying me too. |
I've found a fixed offset in code:
Some Windows (for example the window of the application "Telegram") are resized properly, so I think the !AeroEnabled flag is used here. May be it's window dependend. |
I've tried to get it working. The GitHub version seems to be outdated. The helper.ahk is completely missing. The Grid-Loader has fixed templates inside (no file selection). The whole application is not running, when removing the helper/first run code. May be the auther has a new version or has lost its code and uploaded an old backup 4 years ago. |
I've fixed it using the Aero Lite Theme in Windows 10. But I think it's no solution for everyone. http://winaero.com/blog/enable-the-hidden-aero-lite-theme-in-windows-10/ |
Fix WinMove function for Windows 10 https://github.com/mr-rak/GridMove |
Wow, really cool. Thank you! |
Thank you very much for the fix @mr-rak ! |
I was annoyed by this issue too. I've found making my grid areas 14 pixels wider and taller to be an acceptable workaround for me. I subtract 7 pixels from the left, top, and add 7 to the right,bottom. eg. this is the first part of my 4k_1366-160-874.grid
|
@mr-rak Did you send a PR? It'd be great to have this merged back into the parent repo. |
Apparently someone else will have to do that for @mr-rak, as he seems to have taken a sabbatical like the original GridMove author? |
Yup. But his solution works for me at least |
Yes, thankfully it does for me as well. I am not fond of the alternatives to GridMove. |
How did you guys get mr-rak's fix to apply, it doesn't seem to change anything for me. I'm not very versed with AHK so if there is something special to do I may have missed it. |
Many thanks to Mr Rak for his Windows 10 fix. |
Thank you mr-rak. |
Yes, thank you! It's always fun when you setup a new computer and come across your own posts on the web about issues you encountered years ago! I'm using the @mr-rak fix fork and it's working great. Thanks! |
Check out fancy zones. Similar idea and works great. https://github.com/microsoft/PowerToys/blob/master/src/modules/fancyzones |
that seems like it has potential for drag and drop fans. I love gridmove for the grid position keyboard shortcuts! |
Maybe a little late: You will need AutoHotKey installed (it's linked in his repo). Download mr-rak full repo and go into the
And run the file. After that you'll have a GridMove.exe in the root-Directory of your downloaded GridMove copy of the mr-rak Repository. You can than use your grids as normal and run GridMove.exe. Note: If you had overwritten your current installation of GridMove with the copy of mr-rak, than make sure, that you'd stopped GridMove before running compile.bat. |
That has a mandatory installation (no portable mode planned), see microsoft/PowerToys#598 (comment) |
Why are you closing this? The problem is still there and not fixed at all. |
The issue is so old already and the project doesn't seem to be maintained anymore. But I can also leave it open if that helps. |
On Win10, I have really big gaps when i put windows side by side using gridmove. I think this happens due to the larger window borders in earlier Windows versions compared to Windows 10.
The text was updated successfully, but these errors were encountered: