Switch to unified view

a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
...
...
975
    connect(uiprefs, SIGNAL(uiprefsDone()), this, SLOT(setUIPrefs()));
975
    connect(uiprefs, SIGNAL(uiprefsDone()), this, SLOT(setUIPrefs()));
976
    } else {
976
    } else {
977
    // Close and reopen, in hope that makes us visible...
977
    // Close and reopen, in hope that makes us visible...
978
    uiprefs->close();
978
    uiprefs->close();
979
    }
979
    }
980
    uiprefs->tabWidget->setCurrentIndex(2);
980
    uiprefs->tabWidget->setCurrentIndex(3);
981
    uiprefs->show();
981
    uiprefs->show();
982
}
982
}
983
983
984
void RclMain::showAboutDialog()
984
void RclMain::showAboutDialog()
985
{
985
{