mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
spacing
This commit is contained in:
parent
99c033bc3b
commit
452e3d6a22
@ -119,7 +119,6 @@ ConfigVehicleTypeWidget::ConfigVehicleTypeWidget(QWidget *parent) : ConfigTaskWi
|
|||||||
QStringList airframeTypes;
|
QStringList airframeTypes;
|
||||||
airframeTypes << "Fixed Wing" << "Multirotor" << "Helicopter" << "Ground" << "Custom";
|
airframeTypes << "Fixed Wing" << "Multirotor" << "Helicopter" << "Ground" << "Custom";
|
||||||
m_aircraft->aircraftType->addItems(airframeTypes);
|
m_aircraft->aircraftType->addItems(airframeTypes);
|
||||||
|
|
||||||
m_aircraft->aircraftType->setCurrentIndex(1); //Set default vehicle to MultiRotor
|
m_aircraft->aircraftType->setCurrentIndex(1); //Set default vehicle to MultiRotor
|
||||||
m_aircraft->airframesWidget->setCurrentIndex(1); // Force the tab index to match
|
m_aircraft->airframesWidget->setCurrentIndex(1); // Force the tab index to match
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user