summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-01-06 16:30:24 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-01-06 16:30:24 +0100
commitbf76ab58e60421a69f1e5b995de3f9bee89788fd (patch)
treeaadc42b6230a2f41e47da92528f687628a898117 /examples
parent90195c673a4a81a2e30665b54373519c69573b60 (diff)
parent6644897dc61f4a15141534c893fd08b12df89bbe (diff)
downloadqtquickcontrols-bf76ab58e60421a69f1e5b995de3f9bee89788fd.tar.gz
Merge remote-tracking branch 'origin/stable' into dev
Change-Id: I1c758e93a570b3b522c64b9d2f6e482a6cf0d48a
Diffstat (limited to 'examples')
-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 21f2489a..a645e476 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