X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fqml%2FTranslationView.qml;h=79cd850485fe5ccec7d24527d43a328e7a2308a9;hb=b4b3cec1e6eb007baf2b8ea83bd21df90643675d;hp=c0a546ab2df1828b6f0ab2f30fd21062368d168b;hpb=cd6d19c3e9a71f2e19d13beaf119554905803a12;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 } }