Commit d021a520 authored by Don Gagne's avatar Don Gagne

Combo Boxes clipping test

parent 8e8f3ccc
......@@ -244,10 +244,11 @@ QGCView {
}
QGCComboBox {
id: vehicleTypeSelectionCombo
width: 200
visible: apmFlightStack.checked
model: controller.apmAvailableVersions
id: vehicleTypeSelectionCombo
anchors.left: parent.left
anchors.right: parent.right
visible: apmFlightStack.checked
model: controller.apmAvailableVersions
}
Row {
......@@ -291,7 +292,8 @@ QGCView {
QGCComboBox {
id: firmwareVersionCombo
width: 200
anchors.left: parent.left
anchors.right: parent.right
visible: showFirmwareTypeSelection
model: px4Flow ? px4FlowTypeList : firmwareTypeList
currentIndex: controller.selectedFirmwareType
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment