summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/gallery/content/ChildWindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/gallery/content/ChildWindow.qml')
-rw-r--r--examples/quick/controls/gallery/content/ChildWindow.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quick/controls/gallery/content/ChildWindow.qml b/examples/quick/controls/gallery/content/ChildWindow.qml
index 21f2489a8..a645e4766 100644
--- a/examples/quick/controls/gallery/content/ChildWindow.qml
+++ b/examples/quick/controls/gallery/content/ChildWindow.qml
@@ -59,7 +59,7 @@ Window {
color: syspal.window
anchors.fill: parent
- Text {
+ Label {
id: dimensionsText
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
@@ -67,7 +67,7 @@ Window {
horizontalAlignment: Text.AlignHCenter
}
- Text {
+ Label {
id: availableDimensionsText
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: dimensionsText.bottom
@@ -75,7 +75,7 @@ Window {
horizontalAlignment: Text.AlignHCenter
}
- Text {
+ Label {
id: closeText
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: availableDimensionsText.bottom