From 269ffcb59df843cb44c7d0b89b2e648af96f0f06 Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Tue, 13 Apr 2010 10:41:28 +1000 Subject: Fix score from previous change --- examples/declarative/tutorials/samegame/samegame4/samegame.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/declarative/tutorials/samegame/samegame4/samegame.qml b/examples/declarative/tutorials/samegame/samegame4/samegame.qml index c83743b..b2a490d 100644 --- a/examples/declarative/tutorials/samegame/samegame4/samegame.qml +++ b/examples/declarative/tutorials/samegame/samegame4/samegame.qml @@ -80,7 +80,7 @@ Rectangle { Text { id: score anchors { right: parent.right; rightMargin: 3; verticalCenter: parent.verticalCenter } - text: "Score: Who knows?" + text: "Score: " + gameCanvas.score font.bold: true } } -- cgit v0.12