We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e11ef6 commit 4086cd4Copy full SHA for 4086cd4
ProcessHacker/gdihndl.c
@@ -328,6 +328,8 @@ INT_PTR CALLBACK PhpGdiHandlesDlgProc(
328
PGDI_HANDLES_CONTEXT context = (PGDI_HANDLES_CONTEXT)lParam;
329
HWND lvHandle;
330
331
+ PhCenterWindow(hwndDlg, GetParent(hwndDlg));
332
+
333
SetProp(hwndDlg, PhMakeContextAtom(), (HANDLE)context);
334
335
lvHandle = GetDlgItem(hwndDlg, IDC_LIST);
@@ -336,7 +338,7 @@ INT_PTR CALLBACK PhpGdiHandlesDlgProc(
336
338
PhSetControlTheme(lvHandle, L"explorer");
337
339
PhAddListViewColumn(lvHandle, 0, 0, 0, LVCFMT_LEFT, 100, L"Type");
340
PhAddListViewColumn(lvHandle, 1, 1, 1, LVCFMT_LEFT, 80, L"Handle");
- PhAddListViewColumn(lvHandle, 2, 2, 2, LVCFMT_LEFT, 80, L"Object");
341
+ PhAddListViewColumn(lvHandle, 2, 2, 2, LVCFMT_LEFT, 102, L"Object");
342
PhAddListViewColumn(lvHandle, 3, 3, 3, LVCFMT_LEFT, 200, L"Information");
343
344
PhSetExtendedListView(lvHandle);
0 commit comments