Skip to content
Snippets Groups Projects
Commit dc29eb2b authored by Dan Nixon's avatar Dan Nixon
Browse files

Order sample logs ascending by name by default

Refs #11427
parent 8ccb3430
No related branches found
No related tags found
No related merge requests found
...@@ -462,6 +462,7 @@ void MantidSampleLogDialog::init() ...@@ -462,6 +462,7 @@ void MantidSampleLogDialog::init()
m_tree->header()->resizeSection(3, 90); //units column m_tree->header()->resizeSection(3, 90); //units column
m_tree->header()->setMovable(false); m_tree->header()->setMovable(false);
m_tree->setSortingEnabled(true); m_tree->setSortingEnabled(true);
m_tree->sortByColumn(0, Qt::AscendingOrder);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment