Skip to content

Commit

Permalink
Remove old TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjac committed Aug 25, 2022
1 parent 42f5b84 commit 88300e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FolderWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ int FolderWindow::getToolbarTooltip(WORD command) {

void FolderWindow::initDefaultView(CComPtr<IFolderView2> folderView) {
// FVM_SMALLICON only seems to work if it's also specified with an icon size
// TODO should this be the shell small icon size?
// https://docs.microsoft.com/en-us/windows/win32/menurc/about-icons
checkHR(folderView->SetViewModeAndIconSize(FVM_SMALLICON, SHELL_SMALL_ICON));
}
Expand Down

0 comments on commit 88300e8

Please sign in to comment.