summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-09-02 06:41:51 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-09-02 06:41:51 (GMT)
commit8ba41d00ff13c92e09d66321c5598a3855059060 (patch)
tree2d95435298ff3c12bd4c38323f6b40b00feec460
parent9b1c76795b9982d3b63c300df6d3ae8354b21cf3 (diff)
downloadQt-8ba41d00ff13c92e09d66321c5598a3855059060.zip
Qt-8ba41d00ff13c92e09d66321c5598a3855059060.tar.gz
Qt-8ba41d00ff13c92e09d66321c5598a3855059060.tar.bz2
Slightly better name dialog for SameGame
-rw-r--r--demos/declarative/samegame/SameGame.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/declarative/samegame/SameGame.qml b/demos/declarative/samegame/SameGame.qml
index 877c1cc..ede4362 100644
--- a/demos/declarative/samegame/SameGame.qml
+++ b/demos/declarative/samegame/SameGame.qml
@@ -44,7 +44,8 @@ Rectangle {
scoreName.forceClose();
}
anchors.verticalCenter: parent.verticalCenter
- x:160; width: 200; height:20; focus: true
+ width: 72; focus: true
+ anchors.right: scoreName.right
}
}