I can't see anything that does it.
I can't find anything about the source of MUI or MUI2 to scan for the values used, or any mention in the forum. (No doubt it is all over there ==> and I've just missed it completely! 🙂 )
I have eyeballed-up something that looks similar, but if the source, or even just the real size and location values and so forth used are around I'd like to know them!
Here is my looks-a-bit-alike code:
Function MagicFile
!insertmacro MUI_HEADER_TEXT "Magic File" ""
nsDialogs::Create 1018
Pop $nsDlg
${NSD_CreateGroupBox} 0% 70u 100% 34u "Magic File"
Pop $0 ; And discard
${NSD_CreateFileRequest} 10u 85u 70% 12u $Magic.path
Pop $Magic.control
${NSD_CreateBrowseButton} 76% 83u 20% 15u "Browse..."
Pop $Magic.Button.control
${NSD_OnClick} $Magic.Button.control BrowseMagic
nsDialogs::Show
FunctionEnd It works, but it isn't quite right.