I voted for and commented on an issue that was submitted over a year ago for this. I fully expect that with over 90 pages of enhancement suggestions with only two picked out as being "worked on" that should both be simple to implement that this will likely end up buried and ignored by the dev team. However, this is an issue that should be trivial to fix since the entire application and all modules seem to be simple Windows Forms applications that launch independently of each other.
The enhancement is to make all modules of the program High-DPI Aware. Each module simply needs to be flagged in code as being High-DPI aware so that when the application is launched on a screen larger than 1920x1080 it doesn't freak out and scales properly. Some modules seem to already have this in place, others don't. I assume that each module has its own dev team, but there needs to be some sort of oversight ensuring consistency between modules for a unified experience. I've done the requisite two seconds of googling for you guys as well: https://learn.microsoft.com/en-us/dotnet/desktop/winforms/high-dpi-support-in-windows-forms
Oh, this will also likely resolve the myriad complaints about the font being too small, or not scaling properly for folks, so consider this like resolving at least a dozen or more different enhancement requests that are all duplicates for fixing the font.
by: Joshua M. | 5 hours ago | 7 General Enhancements
Comments