summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview/newwindows.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/webview/newwindows.qml')
-rw-r--r--examples/declarative/webview/newwindows.qml5
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