From 677b91d5d86fd1aa2e2cc93e419f5235c58e6e50 Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Wed, 8 Nov 2017 21:15:01 +0100 Subject: Use Labels instead of Text to factorize some code between all apps --- main.qml | 3 +-- 1 file changed, 1 insertion(+), 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 } -- cgit v1.2.3-54-g00ecf