summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources')
-rw-r--r--tradeshow/iot-sensortag/resources/watch/MainWatch.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tradeshow/iot-sensortag/resources/watch/MainWatch.qml b/tradeshow/iot-sensortag/resources/watch/MainWatch.qml
index 5a500a2..89cd8d6 100644
--- a/tradeshow/iot-sensortag/resources/watch/MainWatch.qml
+++ b/tradeshow/iot-sensortag/resources/watch/MainWatch.qml
@@ -253,21 +253,21 @@ Item {
width: parent.width
Layout.maximumWidth: parent.width - 20
Layout.maximumHeight: 100
- anchors.horizontalCenter: parent.horizontalCenter
+ Layout.alignment: Qt.AlignHCenter
}
Text {
id: qtLinkLabel
color: "white"
text: "Visit us at http://qt.io"
- anchors.horizontalCenter: parent.horizontalCenter
+ Layout.alignment: Qt.AlignHCenter
font.pixelSize: Style.indicatorTitleSize
}
Text {
color: "white"
text: "qt.io/demos/IoTScale"
- anchors.horizontalCenter: parent.horizontalCenter
+ Layout.alignment: Qt.AlignHCenter
font.pixelSize: Style.indicatorTitleSize
}
}