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.
This commit is contained in:
parent
e1a4d068d1
commit
9ecb7b75e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue