psa: added article list and display font settings
[feedingit] / psa_harmattan / feedingit / qml / ArticleViewer.qml
index 7c18550..7cf092f 100644 (file)
@@ -63,6 +63,7 @@ Item {
 
     ListView {
         id: articleView;
+        property int webviewFontSize: settings.webviewFontSize
         model: articles;
         delegate: viewer
         orientation: ListView.Horizontal