cryptui: Improve control spacing.

This makes the two static control borders between the three regions on
the general page appear to be the same height.
oldstable
Juan Lang 2009-01-09 08:26:41 -08:00 committed by Alexandre Julliard
parent e1a4d068d1
commit 9ecb7b75e3
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ BEGIN
ES_READONLY|ES_MULTILINE|WS_DISABLED,8,38,238,78
CONTROL "", IDC_STATIC, "Static", SS_BLACKFRAME, 16,116,222,1
CONTROL "", IDC_CERTIFICATE_NAMES,"RichEdit20W",
ES_READONLY|ES_MULTILINE|WS_DISABLED,8,117,238,91
ES_READONLY|ES_MULTILINE|WS_DISABLED,8,118,238,90
PUSHBUTTON "&Install Certificate...", IDC_ADDTOSTORE,103,216,70,14
PUSHBUTTON "Issuer &Statement", IDC_ISSUERSTATEMENT,177,216,70,14
END