X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fqml%2FTranslationView.qml;h=c0a546ab2df1828b6f0ab2f30fd21062368d168b;hb=4d9f2607c5de55f0f8f0f7d44ad3e25accaa01da;hp=f161c4d72a910dc0118c4c98ad96cf7ed8ff7af3;hpb=a839861aef402b77ef5f86c5c9c9881ba86328af;p=mdictionary diff --git a/src/mdictionary/qml/TranslationView.qml b/src/mdictionary/qml/TranslationView.qml index f161c4d..c0a546a 100644 --- a/src/mdictionary/qml/TranslationView.qml +++ b/src/mdictionary/qml/TranslationView.qml @@ -24,12 +24,14 @@ Rectangle { Item { id: headerSpace; width: parent.width; height: 1} ScrollBar { - scrollArea: webView; width: 8 + scrollArea: webView; + width: 8 anchors { right: parent.right; top: parent.bottom; bottom: parent.bottom } } ScrollBar { - scrollArea: webView; height: 8; orientation: Qt.Horizontal + scrollArea: webView; + height: 8; orientation: Qt.Horizontal anchors { right: parent.right; rightMargin: 8; left: parent.left; bottom: parent.bottom } }