Lucas Zawacki lfzawacki@gmail.com writes:
From: Lucas Zawacki lfzawacki@gmail.com
Fixes bug #31316
joy.cpl uses CreateWindow and SetWindowPos to draw some elements and the hardcoded coordinates where wrong when the dpi was set to anything bigger than 96px in winecfg. My approach to solve is normalize the coordinates based on the dialog window size.
You probably want to use MapDialogRect instead.