Skip to content

Commit

Permalink
Forgot to hide sessionID on GUI. Refs #9112.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawrainey committed Mar 12, 2014
1 parent dcd3a50 commit 131b2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/MantidQt/MantidWidgets/src/CatalogSearch.cpp
Expand Up @@ -746,6 +746,7 @@ namespace MantidQt

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

// Sort by endDate with the most recent being first.
resultsTable->setSortingEnabled(true);
Expand Down

0 comments on commit 131b2ad

Please sign in to comment.