Commit 92ccd6c0 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4990 from feemi/calibration-ui-fix

Fixed calibration predialog text collapse problem.
parents d2ef6d01 9677d386
......@@ -172,7 +172,7 @@ SetupPage {
Column {
anchors.fill: parent
spacing: 5
spacing: ScreenTools.defaultFontPixelWidth / 2
QGCLabel {
width: parent.width
......@@ -181,7 +181,6 @@ SetupPage {
}
Column {
anchors.fill: parent
spacing: 5
visible: !_sensorsHaveFixedOrientation
......
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