mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
use default font for columns
svn path=/trunk/; revision=39696
This commit is contained in:
parent
b11277de45
commit
cf5f8cd8f8
1 changed files with 1 additions and 2 deletions
|
@ -69,9 +69,8 @@ ProcessPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
hProcessPageShowAllProcessesButton = GetDlgItem(hDlg, IDC_SHOWALLPROCESSES);
|
||||
|
||||
/*
|
||||
* Set the font, title, and extended window styles for the list control
|
||||
* Set the title, and extended window styles for the list control
|
||||
*/
|
||||
SendMessageW(hProcessPageListCtrl, WM_SETFONT, SendMessageW(hProcessPage, WM_GETFONT, 0, 0), TRUE);
|
||||
SetWindowTextW(hProcessPageListCtrl, L"Processes");
|
||||
(void)ListView_SetExtendedListViewStyle(hProcessPageListCtrl, ListView_GetExtendedListViewStyle(hProcessPageListCtrl) | LVS_EX_FULLROWSELECT | LVS_EX_HEADERDRAGDROP);
|
||||
|
||||
|
|
Loading…
Reference in a new issue