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
e7ca9e92
Commit
e7ca9e92
authored
Dec 20, 2019
by
Valentin Platzgummer
Browse files
123
parent
86019129
Changes
3
Show whitespace changes
Inline
Side-by-side
src/FlightDisplay/FlightDisplayView.qml
View file @
e7ca9e92
...
...
@@ -606,7 +606,7 @@ QGCView {
anchors.bottom
:
parent
.
bottom
anchors.leftMargin
:
ScreenTools
.
defaultFontPixelWidth
anchors.bottomMargin
:
ScreenTools
.
defaultFontPixelWidth
maxWidth
:
Math
.
min
(
300
,
singleMultiSelector
.
x
-
ScreenTools
.
defaultFontPixelHeight
*
4
)
maxWidth
:
singleMultiSelector
.
x
-
ScreenTools
.
defaultFontPixelHeight
*
4
maxHeight
:
parent
.
height
-
toolStrip
.
height
-
toolStrip
.
y
-
ScreenTools
.
defaultFontPixelHeight
*
4
...
...
src/MissionManager/TransectStyleComplexItem.cc
View file @
e7ca9e92
...
...
@@ -47,6 +47,7 @@ TransectStyleComplexItem::TransectStyleComplexItem(Vehicle* vehicle, bool flyVie
,
_ignoreRecalc
(
false
)
,
_complexDistance
(
0
)
,
_cameraShots
(
0
)
,
_cruiseSpeed
(
0
)
,
_cameraCalc
(
vehicle
,
settingsGroup
)
,
_followTerrain
(
false
)
,
_loadedMissionItemsParent
(
nullptr
)
...
...
src/QGCMapPalette.cc
View file @
e7ca9e92
...
...
@@ -17,8 +17,9 @@ QColor QGCMapPalette::_thumbJoystick[QGCMapPalette::_cColorGroups] = { QColor(25
QColor
QGCMapPalette
::
_text
[
QGCMapPalette
::
_cColorGroups
]
=
{
QColor
(
255
,
255
,
255
),
QColor
(
0
,
0
,
0
)
};
QColor
QGCMapPalette
::
_textOutline
[
QGCMapPalette
::
_cColorGroups
]
=
{
QColor
(
0
,
0
,
0
,
192
),
QColor
(
255
,
255
,
255
,
192
)
};
QGCMapPalette
::
QGCMapPalette
(
QObject
*
parent
)
:
QObject
(
parent
)
QGCMapPalette
::
QGCMapPalette
(
QObject
*
parent
)
:
QObject
(
parent
)
,
_lightColors
(
false
)
{
}
...
...
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