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
6919af35
Commit
6919af35
authored
Aug 22, 2015
by
Don Gagne
Browse files
Use new warningText QGCPalette entry
parent
8867b541
Changes
3
Show whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/PowerComponent.qml
View file @
6919af35
...
...
@@ -248,7 +248,7 @@ QGCView {
spacing
:
10
QGCLabel
{
color
:
"
yellow
"
color
:
palette
.
warningText
text
:
"
<font color=
\"
yellow
\"
>WARNING: Propellers must be removed from vehicle prior to performing ESC calibration.</font>
"
}
...
...
@@ -279,7 +279,7 @@ QGCView {
spacing
:
10
QGCLabel
{
color
:
"
yellow
"
color
:
palette
.
warningText
text
:
"
<font color=
\"
yellow
\"
>WARNING: Propellers must be removed from vehicle prior to performing UAVCAN ESC configuration.</font>
"
}
...
...
src/VehicleSetup/VehicleSummary.qml
View file @
6919af35
...
...
@@ -58,7 +58,7 @@ Rectangle {
QGCLabel
{
width
:
parent
.
width
wrapMode
:
Text
.
WordWrap
color
:
setupComplete
?
qgcPal
.
text
:
"
red
"
color
:
setupComplete
?
qgcPal
.
text
:
qgcPal
.
warningText
font.pixelSize
:
setupComplete
?
ScreenTools
.
defaultFontPixelSize
:
ScreenTools
.
mediumFontPixelSize
text
:
setupComplete
?
"
Below you will find a summary of the settings for your vehicle. To the left are the setup menus for each component.
"
:
...
...
src/ui/toolbar/MainToolBar.qml
View file @
6919af35
...
...
@@ -784,6 +784,7 @@ Rectangle {
id
:
toolBarMessage
anchors.fill
:
parent
wrapMode
:
Text
.
WordWrap
color
:
qgcPal
.
warningText
}
QGCButton
{
...
...
@@ -792,6 +793,7 @@ Rectangle {
anchors.topMargin
:
verticalMargins
anchors.top
:
parent
.
top
anchors.right
:
parent
.
right
primary
:
true
text
:
"
Close Message
"
onClicked
:
{
...
...
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