16 Apr
2018
16 Apr
'18
6:56 p.m.
https://bugs.winehq.org/show_bug.cgi?id=44992 --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> --- Probably the app explicitly specifies that it doesn't support high DPI, we recently started respecting that setting. Ultimately such apps will get pixel-scaled, but that's not implemented yet. You can override the app by setting its execution options, something like this: [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\your-exe-name-here.exe] "dpiAwareness"=dword:00000001 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.