X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwindlg.c;h=9edf110b92f228d49a418a38bf7724499cf9f023;hb=6daf6faede46bd8aa3a39cbe59d34c987b2ea114;hp=ba67ef5659872b965257b63d9958531cb2f3fc07;hpb=7573f3733f3ba896018dc7b1cdd2b3a51b450096;p=PuTTY.git diff --git a/windows/windlg.c b/windows/windlg.c index ba67ef56..9edf110b 100644 --- a/windows/windlg.c +++ b/windows/windlg.c @@ -300,7 +300,7 @@ static void create_controls(HWND hwnd, char *path) * Otherwise, we're creating the controls for a particular * panel. */ - ctlposinit(&cp, hwnd, 80, 3, 13); + ctlposinit(&cp, hwnd, 100, 3, 13); wc = &ctrls_panel; base_id = IDCX_PANELBASE; } @@ -361,7 +361,7 @@ static int CALLBACK GenericMainDlgProc(HWND hwnd, UINT msg, HWND tvstatic; r.left = 3; - r.right = r.left + 75; + r.right = r.left + 95; r.top = 3; r.bottom = r.top + 10; MapDialogRect(hwnd, &r); @@ -375,7 +375,7 @@ static int CALLBACK GenericMainDlgProc(HWND hwnd, UINT msg, SendMessage(tvstatic, WM_SETFONT, font, MAKELPARAM(TRUE, 0)); r.left = 3; - r.right = r.left + 75; + r.right = r.left + 95; r.top = 13; r.bottom = r.top + 219; MapDialogRect(hwnd, &r);