cryptui: Adjust the size of "Add &Purpose..." button.
This commit is contained in:
parent
d4e78d61e1
commit
85918e7f0a
|
@ -247,7 +247,7 @@ BEGIN
|
|||
CONTROL "", IDC_CERTIFICATE_USAGES,"SysListView32",
|
||||
LVS_REPORT|LVS_NOCOLUMNHEADER|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
|
||||
24,100,220,106
|
||||
PUSHBUTTON "Add &Purpose...", IDC_ADD_PURPOSE,174,212,70,14
|
||||
PUSHBUTTON "Add &Purpose...", IDC_ADD_PURPOSE,168,212,76,14
|
||||
END
|
||||
|
||||
IDD_ADD_CERT_PURPOSE DIALOG 0,0,200,68
|
||||
|
|
Loading…
Reference in New Issue