Unverified Commit 7cb08b79 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #8471 from mavlink/pr-move-preflight-checklist

Move the pre-flight checklist to the upper left corner of the screen.
parents e1b127a6 f667bd11
......@@ -778,8 +778,8 @@ Item {
//-- Checklist GUI
Popup {
id: checklistDropPanel
x: Math.round((mainWindow.width - width) * 0.5)
y: Math.round((mainWindow.height - height) * 0.5)
x: toolStrip.x + toolStrip.width + (ScreenTools.defaultFontPixelWidth * 2)
y: toolStrip.y
height: checkList.height
width: checkList.width
modal: true
......
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