Commit 2557c160 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix ToolStrip sizing/visability

parent 09bde0c7
......@@ -342,7 +342,7 @@ QGCView {
}
ToolStrip {
visible: _activeVehicle ? _activeVehicle.guidedModeSupported : false
visible: _activeVehicle ? _activeVehicle.guidedModeSupported : true
id: toolStrip
anchors.leftMargin: ScreenTools.defaultFontPixelWidth
anchors.left: _panel.left
......
......@@ -41,11 +41,8 @@ Rectangle {
property bool _showOptionalElements: true
property bool _needRecalc: false
Component.onCompleted: recalcShowOptionalElements()
Component.onCompleted: recalcShowOptionalElements()
onMaxHeightChanged: recalcShowOptionalElements()
onModelChanged: recalcShowOptionalElements()
onButtonVisibleChanged: recalcShowOptionalElements()
Connections {
target: ScreenTools
......
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