Commit 113cb2d3 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

cryptui: Don't make certificate status control disabled.

This allows using the scrollbar when there are lots of usages set for the certificate.
parent 9ecb7b75
......@@ -155,7 +155,7 @@ BEGIN
ES_READONLY|WS_DISABLED,34,11,212,26
CONTROL "", IDC_STATIC, "Static", SS_BLACKFRAME, 16,37,222,1
CONTROL "", IDC_CERTIFICATE_STATUS,"RichEdit20W",
ES_READONLY|ES_MULTILINE|WS_DISABLED,8,38,238,78
ES_READONLY|ES_MULTILINE,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,118,238,90
......
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