Suggest disabling DPI scaling
Closed this issue · 1 comments
jwangac commented
It does not work well, at least with non-integer scale factors such as 125% or 150%.
According to docs, it can be disabled via
-Gui, -Caption +AlwaysOnTop +hwndGui1 -Owner
+Gui, -Caption +AlwaysOnTop +hwndGui1 -Owner -DPIScale
Nigh commented
thanks for your suggestion, dpi scale is disabled now.