MicrobenchmarksGui icon indicating copy to clipboard operation
MicrobenchmarksGui copied to clipboard

High DPI support

Open Const-me opened this issue 1 year ago • 1 comments

Nice program, but the GUI needs a manifest to support High-DPI monitors. On my 27” 4k monitor, your program is very blurry.

Apparently you’re using Windows Forms library for the GUI, here’s the guide.

Const-me avatar Mar 05 '23 12:03 Const-me

I tried the manifest and the controls I add programmatically end up in the wrong positions if I enable DPI scaling on my 4K monitor. For now, export the results and use a DPI-aware program to graph them.

I'll eventually give it another try if I feel like I need to do a major refactor or rewrite later on, and have the free time to go for it.

clamchowder avatar Mar 07 '23 01:03 clamchowder