summaryrefslogtreecommitdiffstats
path: root/examples/webengine/quicknanobrowser/quickwindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/quicknanobrowser/quickwindow.qml')
-rw-r--r--examples/webengine/quicknanobrowser/quickwindow.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webengine/quicknanobrowser/quickwindow.qml b/examples/webengine/quicknanobrowser/quickwindow.qml
index c6b03418c..610144dca 100644
--- a/examples/webengine/quicknanobrowser/quickwindow.qml
+++ b/examples/webengine/quicknanobrowser/quickwindow.qml
@@ -51,8 +51,8 @@ ApplicationWindow {
function load(url) { currentWebView.url = url }
property Item currentWebView: tabs.currentIndex < tabs.count ? tabs.getTab(tabs.currentIndex).item : null
- height: 600
- width: 800
+ width: 1300
+ height: 900
visible: true
title: currentWebView && currentWebView.title