From b238bb40f8eb3c82b03f179cbc516013bdbadf1e Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Mon, 7 Sep 2009 13:46:52 +1000 Subject: Size the list area correctly. --- demos/declarative/twitter/twitter.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12