https://bugs.winehq.org/show_bug.cgi?id=57422
amak79@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |amak79@gmail.com
--- Comment #2 from amak79@gmail.com --- I believe you have experienced bug 57175. See bug 57175, comment 30 for the solution.
I used the following to force all applications to be HiDPI aware.
wine REG.exe ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /T REG_SZ /D "~ HIGHDPIAWARE" /F
Using HKEY_LOCAL_MACHINE didn't work for me as reported by others.