Commit 9ecb7b75 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

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.
parent e1a4d068
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment