Commit 33541e58 authored by Tomaz Canabrava's avatar Tomaz Canabrava

Move id to the top

Signed-off-by: 's avatarTomaz Canabrava <tomaz.canabrava@intel.com>
parent af054687
......@@ -36,9 +36,9 @@ import QGroundControl.ScreenTools 1.0
import QGroundControl.MultiVehicleManager 1.0
Rectangle {
id: setupView
color: qgcPal.window
z: QGroundControl.zOrderTopMost
id: setupView
QGCPalette { id: qgcPal; colorGroupEnabled: true }
......@@ -304,7 +304,6 @@ Rectangle {
text: modelData.name
visible: modelData.setupSource.toString() != ""
onClicked: showVehicleComponentPanel(modelData)
}
}
......
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