default vertical layout for loop closure detection dockwidget

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1333 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2014-06-05 18:56:15 +00:00
parent 70e0b0ae13
commit 363901cfe4
3 changed files with 14 additions and 11 deletions

View File

@@ -700,7 +700,7 @@ void PreferencesDialog::resetSettings(QGroupBox * groupBox)
{
_ui->general_checkBox_imagesKept->setChecked(true);
_ui->checkBox_beep->setChecked(false);
_ui->checkBox_verticalLayoutUsed->setChecked(false);
_ui->checkBox_verticalLayoutUsed->setChecked(true);
_ui->checkBox_imageFlipped->setChecked(false);
_ui->checkBox_imageRejectedShown->setChecked(true);
_ui->checkBox_imageHighestHypShown->setChecked(false);