]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Pageant and PuTTYgen About boxes: enlarge to modern size.
authorSimon Tatham <anakin@pobox.com>
Wed, 22 Feb 2017 06:56:43 +0000 (06:56 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 22 Feb 2017 07:04:34 +0000 (07:04 +0000)
The current About boxes are too small to fit in all the buildinfo
data, in particular the source-control commit id. Apparently I forgot
to enlarge them when I enlarged the one in PuTTY proper.

(All the same information is nonetheless *present* in the box, but
there seems to be no way to scroll a static text control, so you can
only find that out by 'Select All' and copying to the clipboard.)

Anyway. Now resized to the same dimensions as the main PuTTY About
box. (Really I should centralise more definitions into a common
resource file, but there we go.)

windows/pageant.rc
windows/puttygen.rc

index b1756a6423a3b479014f019aa14d887c7427bffd..b7ec81e037d259bcd2068c15c4eeec94384897d2 100644 (file)
@@ -36,14 +36,14 @@ BEGIN
 END
 
 /* Accelerators used: cl */
-213 DIALOG DISCARDABLE 140, 40, 214, 90
+213 DIALOG DISCARDABLE 140, 40, 270, 106
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "About Pageant"
 FONT 8, "MS Shell Dlg"
 BEGIN
-    DEFPUSHBUTTON "&Close", IDOK, 160, 72, 48, 14
-    PUSHBUTTON "View &Licence", 101, 6, 72, 70, 14
-    EDITTEXT 1000, 10, 6, 194, 64, ES_READONLY | ES_MULTILINE | ES_CENTER, WS_EX_STATICEDGE
+    DEFPUSHBUTTON "&Close", IDOK, 216, 88, 48, 14
+    PUSHBUTTON "View &Licence", 101, 6, 88, 70, 14
+    EDITTEXT 1000, 10, 6, 250, 80, ES_READONLY | ES_MULTILINE | ES_CENTER, WS_EX_STATICEDGE
 END
 
 /* No accelerators used */
index cd4072ea774f634c3adb803684715c30de504de0..9a259da5a0647f7882ed4b17747bd504bd28ae36 100644 (file)
@@ -29,14 +29,14 @@ BEGIN
 END
 
 /* Accelerators used: cl */
-213 DIALOG DISCARDABLE 140, 40, 214, 90
+213 DIALOG DISCARDABLE 140, 40, 270, 106
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "About PuTTYgen"
 FONT 8, "MS Shell Dlg"
 BEGIN
-    DEFPUSHBUTTON "&Close", IDOK, 160, 72, 48, 14
-    PUSHBUTTON "View &Licence", 101, 6, 72, 70, 14
-    EDITTEXT 1000, 10, 6, 194, 64, ES_READONLY | ES_MULTILINE | ES_CENTER, WS_EX_STATICEDGE
+    DEFPUSHBUTTON "&Close", IDOK, 216, 88, 48, 14
+    PUSHBUTTON "View &Licence", 101, 6, 88, 70, 14
+    EDITTEXT 1000, 10, 6, 250, 80, ES_READONLY | ES_MULTILINE | ES_CENTER, WS_EX_STATICEDGE
 END
 
 /* No accelerators used */