aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/samegame/content/GameArea.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/samegame/content/GameArea.qml')
-rw-r--r--examples/demos/samegame/content/GameArea.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/demos/samegame/content/GameArea.qml b/examples/demos/samegame/content/GameArea.qml
index 0185ab50dc..f3ca98d80e 100644
--- a/examples/demos/samegame/content/GameArea.qml
+++ b/examples/demos/samegame/content/GameArea.qml
@@ -48,7 +48,6 @@ Item {
property int score: 0
property int highScore: 0
property int moves: 0
- property int blockSize: 32
property string mode: ""
property ParticleSystem ps: particleSystem
//For easy theming
@@ -85,12 +84,11 @@ Item {
Image {
id: bg
z: -1
+ anchors.fill: parent
source: background;
fillMode: Image.PreserveAspectCrop
}
- width: 320
- height: 480
MouseArea {
anchors.fill: parent; onClicked: {
if (puzzleTextBubble.opacity == 1) {