diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-11 02:30:44 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-11 02:30:44 (GMT) |
commit | cc20b7616daad7fc1c8db1609002dcb778ed9fce (patch) | |
tree | 08a8534ad97a5d4af80a591d9c86885836114fb8 /examples | |
parent | d81b40f2ae2e0519aabc69fc177bbc82a74c87b3 (diff) | |
download | Qt-cc20b7616daad7fc1c8db1609002dcb778ed9fce.zip Qt-cc20b7616daad7fc1c8db1609002dcb778ed9fce.tar.gz Qt-cc20b7616daad7fc1c8db1609002dcb778ed9fce.tar.bz2 |
look nicer
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/webview/newwindows.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/declarative/webview/newwindows.qml b/examples/declarative/webview/newwindows.qml index e2ed58f..5dd4cd5 100644 --- a/examples/declarative/webview/newwindows.qml +++ b/examples/declarative/webview/newwindows.qml @@ -5,9 +5,10 @@ import Qt 4.6 -Row { +Grid { + columns: 3 id: pages - height: 200; width: 500 + height: 300; width: 600 Component { id: webViewPage |