Details
-
Bug
-
Resolution: Won't Do
-
Trivial
-
None
-
None
Description
reactos-bootcd-0.4.15-dev-5357-g11a7141-x86-gcc-lin-dbg
- Open Explorer Search
- "Relevance" colums is hidden while it should not
https://git.reactos.org/?p=reactos.git;a=blob;f=dll/win32/browseui/shellfind/CFindFolder.cpp#l91
{IDS_COL_RELEVANCE, SHCOLSTATE_TYPE_STR, LVCFMT_LEFT, 0} |
to be replaced by
{IDS_COL_RELEVANCE, SHCOLSTATE_TYPE_STR, LVCFMT_LEFT, 30} |
To be checked wether "SHCOLSTATE_ONBYDEFAULT" to be set in this case (otherwise it should not be possible to manually make it appear)
Simialr to CORE-18615