Browse Source

Merge pull request #1705 from orangelynx/master

fixed spelling error in toolbar battery consumed
QGC4.4
Lorenz Meier 10 years ago
parent
commit
2cc3ec7431
  1. 2
      src/ui/toolbar/MainToolBar.qml

2
src/ui/toolbar/MainToolBar.qml

@ -571,7 +571,7 @@ Rectangle { @@ -571,7 +571,7 @@ Rectangle {
color: colorWhite
}
QGCLabel {
text: MavManager.batteryConsumed.toFixed(0) + 'mA';
text: MavManager.batteryConsumed.toFixed(0) + 'mAh';
width: getProportionalDimmension(30)
horizontalAlignment: Text.AlignRight
font.pixelSize: ScreenTools.smallFontPixelSize

Loading…
Cancel
Save