Skip to content
Snippets Groups Projects
Commit 70a1a3e6 authored by WHITFIELDRE email's avatar WHITFIELDRE email
Browse files

Merge pull request #460 from mantidproject/11427_order_sample_losc_asc_by_default

Order sample logs in ascending order by name by default
parents 57a2e7e5 dc29eb2b
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