Commit 657db49b authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Renamed sorting dialog and removed commented code.

parent 2f79a226
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -200,8 +200,6 @@ namespace Isis {
      static const int m_maxRecentProjects = 5;

      QToolBar *m_permToolBar; //!< The toolbar for actions that rarely need to be changed.
      //QToolBar *m_activeToolBar; //<! The toolbar for the actions of the current tool.
      //QToolBar *m_toolPad; //<! The toolbar for the actions that activate tools.

      QMenu *m_fileMenu; //!< Menu for the file actions
      QMenu *m_projectMenu; //!< Menu for the project actions
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ namespace Isis {
    CnetEditorWidget *cnetWidget) : QDialog(cnetWidget) {
    m_cnetWidget = cnetWidget;

    setWindowTitle("Table Sorting Dialog");
    setWindowTitle("Table Sorting");

    QGridLayout *mainLayout = new QGridLayout;
    mainLayout->setColumnMinimumWidth(0, 20);