Zhiyi Zhang (@zhiyi) commented about programs/winecfg/winecfg.rc:
EDITTEXT IDC_SYSPARAM_SIZE,157,75,30,13,ES_AUTOHSCROLL | WS_TABSTOP | WS_DISABLED CONTROL "",IDC_SYSPARAM_SIZE_UD,UPDOWN_CLASSA,UDS_SETBUDDYINT | UDS_ALIGNRIGHT | WS_DISABLED, 185,75,15,13
- GROUPBOX "MIME types",IDC_STATIC,8,95,244,23 - CONTROL "Manage file &associations",IDC_ENABLE_FILE_ASSOCIATIONS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,105,230,10 + GROUPBOX "Misc",IDC_STATIC,8,95,244,23 + CONTROL "Manage file &associations",IDC_ENABLE_FILE_ASSOCIATIONS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,105,100,10 + CONTROL "Enable WinRT &dark theme",IDC_ENABLE_WINRT_DARK_THEME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,126,105,125,10
I think this checkbox should be inside the appearance section instead of the misc section. You may adjust the other buttons to make it fit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2183#note_24049