Skip to content

Commit

Permalink
Display investigation ID column. Refs #8757.
Browse files Browse the repository at this point in the history
- I did not auto expand the GUI as the user may not have a high-res screen.
  • Loading branch information
jawrainey committed Jan 28, 2014
1 parent 45a1c18 commit 5193e05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Code/Mantid/MantidQt/MantidWidgets/src/CatalogSearch.cpp
Expand Up @@ -728,9 +728,6 @@ namespace MantidQt
// Add data from the workspace to the results table.
populateTable(resultsTable, workspace);

// Hide the "Investigation id" column (It's used by the CatalogGetDataFiles algorithm).
resultsTable->setColumnHidden(0, true);

// Show only a portion of the title as they can be quite long.
resultsTable->setColumnWidth(headerIndexByName(resultsTable, "Title"), 210);

Expand Down

0 comments on commit 5193e05

Please sign in to comment.