Commit ae2794ea authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comdlg32: Remove browser border for common item dialog.

parent e46c32ab
......@@ -1418,7 +1418,7 @@ static HRESULT init_explorerbrowser(FileDialogImpl *This)
return hr;
}
IExplorerBrowser_SetOptions(This->peb, EBO_SHOWFRAMES);
IExplorerBrowser_SetOptions(This->peb, EBO_SHOWFRAMES | EBO_NOBORDER);
hr = IExplorerBrowser_Initialize(This->peb, This->dlg_hwnd, &rc, NULL);
if(FAILED(hr))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment