summaryrefslogtreecommitdiffstats
path: root/demos/declarative/twitter
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-09-07 03:46:52 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-09-07 03:46:52 (GMT)
commitb238bb40f8eb3c82b03f179cbc516013bdbadf1e (patch)
tree78d53852186cc2d33f89d00da08152cf94b5c987 /demos/declarative/twitter
parent263e1f2f68f7403be29d6097315d6caa31ebe477 (diff)
downloadQt-b238bb40f8eb3c82b03f179cbc516013bdbadf1e.zip
Qt-b238bb40f8eb3c82b03f179cbc516013bdbadf1e.tar.gz
Qt-b238bb40f8eb3c82b03f179cbc516013bdbadf1e.tar.bz2
Size the list area correctly.
Diffstat (limited to 'demos/declarative/twitter')
-rw-r--r--demos/declarative/twitter/twitter.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/twitter/twitter.qml b/demos/declarative/twitter/twitter.qml
index 14075bf..eb9f5d6 100644
--- a/demos/declarative/twitter/twitter.qml
+++ b/demos/declarative/twitter/twitter.qml
@@ -43,7 +43,7 @@ Item {
id: Views
x: 2; width: parent.width - 4
y:60 //Below the title bars
- height: 320
+ height: 380
Twitter.AuthView{
id: authView