1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

OP-1506 Speed, altitude and vertical speed units in cyan

This commit is contained in:
Laurent Lalanne 2014-09-24 19:49:06 +02:00
parent ca3b74bdf4
commit 95db735063
3 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ Item {
Text {
id: altitude_unit_text
text: qmlWidget.altitudeUnit
color: "white"
color: "cyan"
font {
family: "Arial"
pixelSize: parent.height * 0.6

View File

@ -113,7 +113,7 @@ Item {
Text {
id: speed_unit_text
text: qmlWidget.speedUnit
color: "white"
color: "cyan"
font {
family: "Arial"
pixelSize: parent.height * 0.6

View File

@ -97,7 +97,7 @@ Item {
Text {
text: qmlWidget.altitudeUnit == "m" ? "m/s" : "ft/s"
color: "white"
color: "cyan"
font {
family: "Arial"
pixelSize: parent.height * 1.7