X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fqml%2FTranslationView.qml;fp=src%2Fmdictionary%2Fqml%2FTranslationView.qml;h=79cd850485fe5ccec7d24527d43a328e7a2308a9;hb=29aa1caa7c232b517244c11463844a7b54fed22d;hp=c0a546ab2df1828b6f0ab2f30fd21062368d168b;hpb=08e403fb8f97d1352819f64d81eeda2c65148a40;p=mdictionary diff --git a/src/mdictionary/qml/TranslationView.qml b/src/mdictionary/qml/TranslationView.qml index c0a546a..79cd850 100644 --- a/src/mdictionary/qml/TranslationView.qml +++ b/src/mdictionary/qml/TranslationView.qml @@ -18,6 +18,7 @@ Rectangle { id: webView width:parent.width height:parent.height + url:"file:///home/jakub/test.html"; anchors { top: headerSpace.bottom; left: parent.left; right: parent.right; bottom: parent.bottom } }