column is unnecessary, remove
This commit is contained in:
@@ -168,12 +168,6 @@ HWND CreateGroup(_In_ PGROUP pg)
|
|||||||
// add the explorer style because it looks good
|
// add the explorer style because it looks good
|
||||||
SetWindowTheme(hWndListView, TEXT("Explorer"), NULL);
|
SetWindowTheme(hWndListView, TEXT("Explorer"), NULL);
|
||||||
|
|
||||||
// create a ListView name column
|
|
||||||
lvc.mask = LVCF_FMT | LVCF_WIDTH;
|
|
||||||
lvc.fmt = LVCFMT_LEFT;
|
|
||||||
lvc.cx = 100;
|
|
||||||
ListView_InsertColumn(hWndListView, 0, &lvc);
|
|
||||||
|
|
||||||
// TODO: make sure the groups delete their icons upon destruction!
|
// TODO: make sure the groups delete their icons upon destruction!
|
||||||
|
|
||||||
return hWndGroup;
|
return hWndGroup;
|
||||||
|
|||||||
Reference in New Issue
Block a user