mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Update shapes to have a more subtle shade of red
This commit is contained in:
parent
e75e6c86ea
commit
3103fc8e13
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 435 KiB After Width: | Height: | Size: 436 KiB |
@ -1003,7 +1003,7 @@ void ConfigAirframeWidget::setupAirframeUI(QString frameType)
|
||||
} else if (frameType == "HexaX" || frameType == "Hexacopter X" ) {
|
||||
m_aircraft->aircraftType->setCurrentIndex(m_aircraft->aircraftType->findText("Multirotor"));
|
||||
m_aircraft->multirotorFrameType->setCurrentIndex(m_aircraft->multirotorFrameType->findText("Hexacopter X"));
|
||||
quad->setElementId("quad-hexa-X");
|
||||
quad->setElementId("quad-hexa-H");
|
||||
m_aircraft->multiMotor4->setEnabled(true);
|
||||
m_aircraft->multiMotor5->setEnabled(true);
|
||||
m_aircraft->multiMotor6->setEnabled(true);
|
||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 435 KiB After Width: | Height: | Size: 436 KiB |
Loading…
x
Reference in New Issue
Block a user