diff options
author | Florent Revest <revestflo@gmail.com> | 2017-11-08 21:15:01 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2017-11-08 21:15:01 +0100 |
commit | 677b91d5d86fd1aa2e2cc93e419f5235c58e6e50 (patch) | |
tree | ccaa66b8c5877e662316ee2700232faa2eef9b15 | |
parent | 437a043ce1a9f328b6906ebdef956d6838df7961 (diff) |
Use Labels instead of Text to factorize some code between all apps
-rw-r--r-- | main.qml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 } |