X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/1408a8777732536ede3b60bf21c8606af2782339..45cebe79456e8f4aed005cd233b3b400daa685d0:/pageant.rc diff --git a/pageant.rc b/pageant.rc index b1431c19..f25ebcf0 100644 --- a/pageant.rc +++ b/pageant.rc @@ -18,16 +18,16 @@ BEGIN PUSHBUTTON "&Cancel", IDCANCEL, 80, 42, 40, 14 END -211 DIALOG DISCARDABLE 0, 0, 300, 200 +211 DIALOG DISCARDABLE 0, 0, 330, 200 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Pageant Key List" FONT 8, "MS Sans Serif" BEGIN - LISTBOX 100, 10, 10, 280, 155, + LISTBOX 100, 10, 10, 310, 155, LBS_HASSTRINGS | LBS_USETABSTOPS | WS_VSCROLL | WS_TABSTOP - PUSHBUTTON "&Add Key", 101, 60, 162, 60, 14 - PUSHBUTTON "&Remove Key", 102, 180, 162, 60, 14 - DEFPUSHBUTTON "&Close", IDOK, 240, 182, 50, 14 + PUSHBUTTON "&Add Key", 101, 75, 162, 60, 14 + PUSHBUTTON "&Remove Key", 102, 195, 162, 60, 14 + DEFPUSHBUTTON "&Close", IDOK, 270, 182, 50, 14 END /* Accelerators used: cl */