aboutsummaryrefslogtreecommitdiff
path: root/src/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.qml')
-rw-r--r--src/main.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.qml b/src/main.qml
index 5471752..2457d8c 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -55,6 +55,11 @@ Application {
width: pv.width
property string name: qsTr("Barometer")
}
+ Altimeter {
+ height: pv.height
+ width: pv.width
+ property string name: qsTr("Altimeter")
+ }
}
path: Path {