mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
OP-1222 Minor ordering adjustments.
This commit is contained in:
parent
b61471e8ef
commit
655d02622f
@ -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 "
|
"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"
|
"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:"));
|
"Please select the type of multirotor you want to create a configuration for below:"));
|
||||||
|
|
||||||
selection->addItem(tr("Tricopter"),
|
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. "
|
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 "
|
"The front motors are rotating in opposite directions. The Tricopter is known for its sweeping yaw movement and "
|
||||||
|
@ -65,7 +65,7 @@ void SelectionPage::initializePage()
|
|||||||
|
|
||||||
// Default to first item if any
|
// Default to first item if any
|
||||||
if (ui->typeCombo->count() > 0) {
|
if (ui->typeCombo->count() > 0) {
|
||||||
ui->typeCombo->setCurrentIndex(1);
|
ui->typeCombo->setCurrentIndex(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user