Merge lp:~vthompson/dropping-letters/fix-1369840 into lp:dropping-letters

Proposed by Victor Thompson
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„
Approved revision: 65
Merged at revision: 64
Proposed branch: lp:~vthompson/dropping-letters/fix-1369840
Merge into: lp:dropping-letters
Diff against target: 11 lines (+1/-0)
1 file modified
dropping-letters.qml (+1/-0)
To merge this branch: bzr merge lp:~vthompson/dropping-letters/fix-1369840
Reviewer Review Type Date Requested Status
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+234762@code.launchpad.net

Commit message

* When paused, hide all dropped tiles.

Description of the change

* When paused, hide all dropped tiles.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
65. By Victor Thompson

Hide tiles when paused

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'dropping-letters.qml'
2--- dropping-letters.qml 2014-09-13 18:26:27 +0000
3+++ dropping-letters.qml 2014-09-16 03:56:58 +0000
4@@ -610,6 +610,7 @@
5 scale: -1
6 width: game.squaresize
7 height: game.squaresize
8+ visible: !game.paused
9 y: game.height + game.squaresize
10 z: 5
11 Label {

Subscribers

People subscribed via source and target branches