Commit 193e1a4a authored by Philipp Oettershagen's avatar Philipp Oettershagen

Fixes round 2 based on comments by @dongagne

parent 13358501
...@@ -696,17 +696,19 @@ QGCView { ...@@ -696,17 +696,19 @@ QGCView {
id: checklistRect id: checklistRect
visible: true visible: true
width: mainColumn.width + 3*ScreenTools.defaultFontPixelWidth width: mainColumn.width + 3*ScreenTools.defaultFontPixelWidth
height: mainColumn.height * 1.04 height: mainColumn.height + ScreenTools.defaultFontPixelHeight
color: qgcPal.windowShade color: qgcPal.windowShade
radius: 3 radius: 3
enabled: QGroundControl.multiVehicleManager.vehicles.count > 0; enabled: QGroundControl.multiVehicleManager.vehicles.count > 0;
Column { Column {
id: mainColumn id: mainColumn
x: 1.5*ScreenTools.defaultFontPixelWidth width: 40*ScreenTools.defaultFontPixelWidth
y: 0.4*ScreenTools.defaultFontPixelWidth spacing: 0.8*ScreenTools.defaultFontPixelWidth
width: 40*ScreenTools.defaultFontPixelWidth anchors.left: parent.left
spacing: 0.8*ScreenTools.defaultFontPixelWidth anchors.top: parent.top
anchors.topMargin: 0.6*ScreenTools.defaultFontPixelWidth
anchors.leftMargin: 1.5*ScreenTools.defaultFontPixelWidth
// Header/title of checklist // Header/title of checklist
Item { Item {
......
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