summaryrefslogtreecommitdiffstats
path: root/examples/webengine/customdialogs/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/customdialogs/main.qml')
-rw-r--r--examples/webengine/customdialogs/main.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/webengine/customdialogs/main.qml b/examples/webengine/customdialogs/main.qml
index a5ff925b4..529737e99 100644
--- a/examples/webengine/customdialogs/main.qml
+++ b/examples/webengine/customdialogs/main.qml
@@ -55,8 +55,8 @@ import QtQuick.Window
Window {
id: mainWindow
- width: 350
- height: 550
+ width: 800
+ height: 600
visible: true
StackView {
@@ -85,6 +85,8 @@ Window {
function closeForm()
{
pop(main);
+ // reset url in case of proxy error
+ webView.url = "qrc:/index.html"
}
function openForm(form)