1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

OP-1222 Minor ordering adjustments.

This commit is contained in:
m_thread 2014-09-02 14:01:02 +02:00
parent b61471e8ef
commit 655d02622f
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ void MultiPage::setupSelection(Selection *selection)
"The wizard supports the most common types of multirotors. Other variants of multirotors can be configured by using custom "
"configuration options in the Configuration plugin in the GCS.\n\n"
"Please select the type of multirotor you want to create a configuration for below:"));
selection->addItem(tr("Tricopter"),
tr("The Tricopter uses three motors and one servo. The servo is used to give yaw authority to the rear motor. "
"The front motors are rotating in opposite directions. The Tricopter is known for its sweeping yaw movement and "

View File

@ -65,7 +65,7 @@ void SelectionPage::initializePage()
// Default to first item if any
if (ui->typeCombo->count() > 0) {
ui->typeCombo->setCurrentIndex(1);
ui->typeCombo->setCurrentIndex(0);
}
}
}