python-windows-tiler
python-windows-tiler copied to clipboard
Does not use all the screen space after changing screen resolution
How to reproduce this bug?
- open PWT
- open some windows
- change screen resolution from, say 1024x768 to 1366x768
- windows does not occupy all the screen space, they still constrain themselves in an 1024x768 area
- open more windows and the result is the same
On initialization the program checks the screen resolution and it stays static until shutdown.
At the moment I am not using a Windows OS anymore so unfortunately this project is not a priority anymore. If you have any suggestions on how to place a hook for win32 on screen-resolution changes please feel free to comment or send a pull request and I'll see what I can do.