summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/webbrowser.qml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/webbrowser/webbrowser.qml')
-rw-r--r--demos/declarative/webbrowser/webbrowser.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/declarative/webbrowser/webbrowser.qml b/demos/declarative/webbrowser/webbrowser.qml
index 4c6a177..d5416c6 100644
--- a/demos/declarative/webbrowser/webbrowser.qml
+++ b/demos/declarative/webbrowser/webbrowser.qml
@@ -120,7 +120,6 @@ Item {
id: proxy
anchors.left: UrlBox.left
anchors.fill: UrlBox
- focusable: true
targets: [keyActions,EditUrl]
}
KeyActions {
@@ -191,7 +190,6 @@ Item {
url: WebBrowser.url
smooth: !Flick.moving
fillColor: "white"
- focusable: true
focus: true
idealWidth: Flick.width