aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/tweetsearch/tweetsearch.qml
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-06-19 15:00:59 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-24 07:53:05 +0200
commitc315908dc4331ee5f47012865842352ea0dd6ca4 (patch)
tree71534ada564f550e06ae460d65fc34f217db24e9 /examples/demos/tweetsearch/tweetsearch.qml
parent5743516cfa40d53d716a7033734bde906bb3984c (diff)
TweetSearch Stylistic Tweaks
Includes upgrading the bird sprite to stochastic behavior Change-Id: I6357f6a47ded0a18ad0746c3eef590ee9092db52 Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'examples/demos/tweetsearch/tweetsearch.qml')
-rw-r--r--examples/demos/tweetsearch/tweetsearch.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/demos/tweetsearch/tweetsearch.qml b/examples/demos/tweetsearch/tweetsearch.qml
index 38de10c97f..f853806244 100644
--- a/examples/demos/tweetsearch/tweetsearch.qml
+++ b/examples/demos/tweetsearch/tweetsearch.qml
@@ -45,6 +45,7 @@ Rectangle {
id: main
width: 320
height: 480
+ color: "#d6d6d6"
property string searchTerms: ""
property int inAnimDur: 250