diff --git a/reactos/base/applications/mstsc/connectdialog.c b/reactos/base/applications/mstsc/connectdialog.c index 57cb06166fb..6860d09c191 100644 --- a/reactos/base/applications/mstsc/connectdialog.c +++ b/reactos/base/applications/mstsc/connectdialog.c @@ -1274,6 +1274,10 @@ DlgProc(HWND hDlg, txtRc.right = bmpRc.right * 4 / 5; #else txtRc.right = bmpRc.right * 3 / 4; +#endif + txtRc.bottom = pInfo->headerbitmap.bmHeight * 9 / 10; + + if (LoadStringW(hInst, IDS_HEADERTEXT2, szBuffer, sizeof(szBuffer) / sizeof(WCHAR)))