Browse Source

Clean up wasted space

QGC4.4
Don Gagne 6 years ago
parent
commit
9a339fcab8
  1. 2
      src/AutoPilotPlugins/Common/SetupPage.qml

2
src/AutoPilotPlugins/Common/SetupPage.qml

@ -86,7 +86,7 @@ QGCView { @@ -86,7 +86,7 @@ QGCView {
anchors.right: parent.right
wrapMode: Text.WordWrap
text: pageDescription
visible: !ScreenTools.isShortScreen
visible: pageDescription !== "" && !ScreenTools.isShortScreen
}
}
}

Loading…
Cancel
Save