Browse Source

Merge pull request #4865 from DonLakeFlyer/PlanTooStrip

Plan-ToolStrip: Fix button visibility
QGC4.4
Don Gagne 8 years ago committed by GitHub
parent
commit
926fa895dc
  1. 5
      src/PlanView/PlanView.qml

5
src/PlanView/PlanView.qml

@ -673,11 +673,8 @@ QGCView { @@ -673,11 +673,8 @@ QGCView {
color: qgcPal.window
title: qsTr("Plan")
z: QGroundControl.zOrderWidgets
showAlternateIcon: [ false, false, false, false, false ]
rotateImage: [ false, false, false, false, false ]
animateImage: [ false, false, false, false, false ]
buttonEnabled: [ true, true, true, true, true ]
buttonVisible: [ true, true, true, true, _showZoom, _showZoom ]
buttonVisible: [ true, true, true, _showZoom, _showZoom ]
maxHeight: mapScale.y - toolStrip.y
property bool _showZoom: !ScreenTools.isMobile

Loading…
Cancel
Save