Jinoh Kang (@iamahuman) commented about programs/winecfg/winecfg.rc:
EDITTEXT IDC_DESKTOP_WIDTH,84,68,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED EDITTEXT IDC_DESKTOP_HEIGHT,137,68,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
- GROUPBOX "Screen resolution",IDC_STATIC,8,95,244,84
- GROUPBOX "Screen resolution",IDC_STATIC,8,95,244,94 CONTROL "", IDC_RES_TRACKBAR, "msctls_trackbar32",WS_TABSTOP,12,105,171,15 EDITTEXT IDC_RES_DPIEDIT,188,105,23,13,ES_NUMBER|WS_TABSTOP LTEXT "#msgctxt#unit: dots/inch#dpi",IDC_STATIC,215,107,30,8 LTEXT "This is a sample text using 10 point Tahoma",IDC_RES_FONT_PREVIEW,15,124,230,49
- CONTROL "Force per-monitor DPI awareness for every application",IDC_FORCE_DPI_AWARENESS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,173,230,10
`keypath("X11 Driver")` returns the `AppDefaults<program>` subkey if a specific application is selected. You need a more general description here.
```suggestion:-0+0 CONTROL "Force per-monitor DPI awareness",IDC_FORCE_DPI_AWARENESS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,173,230,10 ```