mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
comdlg32: Indentation fix.
This commit is contained in:
parent
9feb4053fe
commit
c8092a04ce
@ -1793,8 +1793,8 @@ static LRESULT FILEDLG95_ResizeControls(HWND hwnd, WPARAM wParam, LPARAM lParam)
|
||||
flags |= SWP_NOSIZE;
|
||||
SetRectEmpty(&rc);
|
||||
}
|
||||
SetWindowPos(fodInfos->DlgInfos.hwndCustomDlg, HWND_BOTTOM,
|
||||
0, 0, rc.right, rc.bottom, flags);
|
||||
SetWindowPos(fodInfos->DlgInfos.hwndCustomDlg, HWND_BOTTOM,
|
||||
0, 0, rc.right, rc.bottom, flags);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user