Skip to content

Commit 0111f78

Browse files
committed
Fix Instrument Panel positioning
1 parent 6ee35ef commit 0111f78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/FlightDisplay/FlyViewBottomRightRowLayout.qml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ RowLayout {
2323
}
2424

2525
FlyViewInstrumentPanel {
26-
id: instrumentPanel
27-
visible: QGroundControl.corePlugin.options.flyView.showInstrumentPanel && _showSingleVehicleUI
26+
id: instrumentPanel
27+
Layout.alignment: Qt.AlignBottom
28+
visible: QGroundControl.corePlugin.options.flyView.showInstrumentPanel && _showSingleVehicleUI
2829
}
2930
}

0 commit comments

Comments
 (0)