Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This item exposes the QGC color palette. There are two variants of this palette:

## QGCMapPalette

The map palette is used for colors which are used to draw over a map. Due to the the different map styles, specifically satellite and street you need to have different colors to draw over them legibly. Satellite maps needs lighter colors to be seen whereas street maps need darker colors to be seen. The `QGCMapPalette` item provides a set of colors for this as well as the ability to switch between light and dark colors over maps.
The map palette is used for colors which are used to draw over a map. Due to the different map styles, specifically satellite and street you need to have different colors to draw over them legibly. Satellite maps needs lighter colors to be seen whereas street maps need darker colors to be seen. The `QGCMapPalette` item provides a set of colors for this as well as the ability to switch between light and dark colors over maps.

## ScreenTools

Expand Down
2 changes: 1 addition & 1 deletion docs/en/qgc-user-guide/setup_view/tuning_px4.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ In overview:
This will guide the plane to fly in circle at constant altitude and speed.
1. In QGroundControl, open the menu: **Vehicle setup > PID Tuning**
1. Select the _Rate Controller_ tab.
Ensure that the **Autotune enabled** button is is turned off.
Ensure that the **Autotune enabled** button is turned off.


1. Select the _Tuning axis_ to tune: **Roll**, **Pitch** or **Yaw** (each axis is tuned separately).
Expand Down
2 changes: 1 addition & 1 deletion src/QmlControls/QGCFlickable.qml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import QtQuick.Controls
import QGroundControl
import QGroundControl.Controls

/// QGC version of Flickable control that shows horizontal/vertial scroll indicators
/// QGC version of Flickable control that shows horizontal/vertical scroll indicators
Flickable {
id: root
boundsBehavior: Flickable.StopAtBounds
Expand Down
2 changes: 1 addition & 1 deletion src/QmlControls/QGCListView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import QtQuick
import QGroundControl
import QGroundControl.Controls

/// QGC version of ListVIew control that shows horizontal/vertial scroll indicators
/// QGC version of ListView control that shows horizontal/vertical scroll indicators
ListView {
id: root
boundsBehavior: Flickable.StopAtBounds
Expand Down
Loading