X-Git-Url: http://git.maemo.org/git/?p=feedingit;a=blobdiff_plain;f=psa_harmattan%2Ffeedingit%2Fqml%2FArticleViewer.qml;fp=psa_harmattan%2Ffeedingit%2Fqml%2FArticleViewer.qml;h=f4a18a9e6708f6b62e0b144f6b5e11f595557006;hp=c8e59e059dd1096fd4aaa463ec5274004dd827ec;hb=8388477b37843739ee23d4f83b8fb831f3ab89f9;hpb=47a801727a2c1379cfbef49e486bed11de6e3e70 diff --git a/psa_harmattan/feedingit/qml/ArticleViewer.qml b/psa_harmattan/feedingit/qml/ArticleViewer.qml index c8e59e0..f4a18a9 100644 --- a/psa_harmattan/feedingit/qml/ArticleViewer.qml +++ b/psa_harmattan/feedingit/qml/ArticleViewer.qml @@ -175,11 +175,13 @@ Item { id: viewer Item { id: flipItem; - width: articleViewer.width; height: articleViewer.height; + width: articleDisplay.width; + height: articleView.height; //property string url: (articleView.visible && Math.abs(articleView.currentIndex-index)<2) ? path: ""; property string html: controller.getArticle(articleViewer.feedid, articleid) ArticleDisplay { + id: articleDisplay zoomEnabled: articleViewer.zoomEnabled; property bool vertPanningEnabled: articleViewer.vertPanningEnabled;