mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 04:18:09 +00:00
cryptui: Don't make certificate status control disabled.
This allows using the scrollbar when there are lots of usages set for the certificate.
This commit is contained in:
parent
9ecb7b75e3
commit
113cb2d313
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user