Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
5e64dccc
Commit
5e64dccc
authored
Jun 07, 2016
by
Don Gagne
Browse files
Merge pull request #3504 from DonLakeFlyer/CameraSmallScreen
Camera: Small screen fixes
parents
ff7c0f69
3b8e9136
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/APM/APMCameraComponent.qml
View file @
5e64dccc
...
...
@@ -449,8 +449,8 @@ QGCView {
QGCFlickable
{
clip
:
true
anchors.fill
:
parent
content
Height
:
gimbalDirection
Pan
Loader
.
y
+
gimbalDirection
Pan
Loader
.
height
content
Width
:
_showGimbaLSettings
?
gimbalSettingsLoader
.
x
+
gimbalSettingsLoader
.
width
:
gimbalDirection
Tilt
Loader
.
x
+
gimbalDirection
Tilt
Loader
.
width
content
Width
:
gimbalDirection
Tilt
Loader
.
x
+
gimbalDirection
Tilt
Loader
.
width
content
Height
:
_showGimbaLSettings
?
gimbalSettingsLoader
.
y
+
gimbalSettingsLoader
.
height
:
gimbalDirection
Pan
Loader
.
y
+
gimbalDirection
Pan
Loader
.
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment