Commit 5e64dccc authored by Don Gagne's avatar Don Gagne

Merge pull request #3504 from DonLakeFlyer/CameraSmallScreen

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