Commit 3b8e9136 authored by Don Gagne's avatar Don Gagne

Small screen fixes

parent c99edca4
...@@ -449,8 +449,8 @@ QGCView { ...@@ -449,8 +449,8 @@ QGCView {
QGCFlickable { QGCFlickable {
clip: true clip: true
anchors.fill: parent anchors.fill: parent
contentHeight: gimbalDirectionPanLoader.y + gimbalDirectionPanLoader.height contentWidth: gimbalDirectionTiltLoader.x + gimbalDirectionTiltLoader.width
contentWidth: _showGimbaLSettings ? gimbalSettingsLoader.x + gimbalSettingsLoader.width : gimbalDirectionTiltLoader.x + gimbalDirectionTiltLoader.width contentHeight: _showGimbaLSettings ? gimbalSettingsLoader.y + gimbalSettingsLoader.height : gimbalDirectionPanLoader.y + gimbalDirectionPanLoader.height
Loader { Loader {
id: gimbalDirectionTiltLoader id: gimbalDirectionTiltLoader
...@@ -510,9 +510,7 @@ QGCView { ...@@ -510,9 +510,7 @@ QGCView {
Loader { Loader {
id: gimbalSettingsLoader id: gimbalSettingsLoader
anchors.margins: _margins anchors.margins: _margins
anchors.left: gimbalDirectionTiltLoader.right anchors.top: gimbalDirectionPanLoader.bottom
anchors.top: parent.top
} }
} // Flickable } // Flickable
} // QGCViewPanel } // QGCViewPanel
......
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