aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.qml b/main.qml
index 055572e..62d7ecb 100644
--- a/main.qml
+++ b/main.qml
@@ -48,11 +48,10 @@ Application {
sourceSize.height: height
}
- Text {
+ Label {
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.bottom
anchors.bottomMargin: Dims.l(7)
- color: "white"
font.pixelSize: Dims.l(5)
text: rotation + " °N Calibrated: " + calibration
}