X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3dd87daecf17d0f7d573f8a2d03488f1ffbff392..d8770b1245ff0acd81f581c5667563e0d127104a:/win_res.rc diff --git a/win_res.rc b/win_res.rc index 6b8a3893..156019d4 100644 --- a/win_res.rc +++ b/win_res.rc @@ -52,14 +52,14 @@ BEGIN END /* Accelerators used: co */ -IDD_LOGBOX DIALOG DISCARDABLE 100, 20, 260, 119 +IDD_LOGBOX DIALOG DISCARDABLE 100, 20, 300, 119 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "PuTTY Event Log" FONT 8, "MS Sans Serif" BEGIN DEFPUSHBUTTON "&Close", IDOK, 135, 102, 44, 14 PUSHBUTTON "C&opy", IDN_COPY, 81, 102, 44, 14 - LISTBOX IDN_LIST, 3, 3, 254, 95, LBS_HASSTRINGS | LBS_USETABSTOPS | WS_VSCROLL | LBS_EXTENDEDSEL + LISTBOX IDN_LIST, 3, 3, 294, 95, LBS_HASSTRINGS | LBS_USETABSTOPS | WS_VSCROLL | LBS_EXTENDEDSEL END /* No accelerators used */