Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-18629

Find files : "Relevance" columns is hidden while it should not

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Trivial
    • None
    • Shell
    • 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

      Attachments

        Activity

          People

            Unassigned Unassigned
            KRosUser KRosUser
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: