Commit 52b36170 authored by Valentin Platzgummer's avatar Valentin Platzgummer

minor changes

parent c84b8bee
...@@ -171,9 +171,6 @@ Rectangle { ...@@ -171,9 +171,6 @@ Rectangle {
QGCLabel { text: qsTr("Area") } QGCLabel { text: qsTr("Area") }
QGCLabel { text: QGroundControl.squareMetersToAppSettingsAreaUnits(areaItem.area).toFixed(2) + " " + QGroundControl.appSettingsAreaUnitsString } QGCLabel { text: QGroundControl.squareMetersToAppSettingsAreaUnits(areaItem.area).toFixed(2) + " " + QGroundControl.appSettingsAreaUnitsString }
QGCLabel { text: qsTr("Nodes") }
QGCLabel { text: areaItem.count }
} }
} // Column } // Column
} // Rectangle } // Rectangle
...@@ -141,9 +141,6 @@ Rectangle { ...@@ -141,9 +141,6 @@ Rectangle {
QGCLabel { text: qsTr("Area") } QGCLabel { text: qsTr("Area") }
QGCLabel { text: QGroundControl.squareMetersToAppSettingsAreaUnits(areaItem.area).toFixed(2) + " " + QGroundControl.appSettingsAreaUnitsString } QGCLabel { text: QGroundControl.squareMetersToAppSettingsAreaUnits(areaItem.area).toFixed(2) + " " + QGroundControl.appSettingsAreaUnitsString }
QGCLabel { text: qsTr("Nodes") }
QGCLabel { text: areaItem.count }
QGCLabel { text: qsTr("Tiles") } QGCLabel { text: qsTr("Tiles") }
QGCLabel { text: areaItem.tiles.count } QGCLabel { text: areaItem.tiles.count }
......
...@@ -88,9 +88,6 @@ Rectangle { ...@@ -88,9 +88,6 @@ Rectangle {
QGCLabel { text: qsTr("Area") } QGCLabel { text: qsTr("Area") }
QGCLabel { text: QGroundControl.squareMetersToAppSettingsAreaUnits(areaItem.area).toFixed(2) + " " + QGroundControl.appSettingsAreaUnitsString } QGCLabel { text: QGroundControl.squareMetersToAppSettingsAreaUnits(areaItem.area).toFixed(2) + " " + QGroundControl.appSettingsAreaUnitsString }
QGCLabel { text: qsTr("Nodes") }
QGCLabel { text: areaItem.count }
} }
} // Column } // Column
} // Rectangle } // Rectangle
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment