X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=psa_harmattan%2Ffeedingit%2Fqml%2FSettings.qml;fp=psa_harmattan%2Ffeedingit%2Fqml%2FSettings.qml;h=e7e87f2f476f0519749659347e4d46c7c6ef78ed;hb=33dcf96e8c56a1371951f1e1e004c8787a673329;hp=a19515b693f340f60d7ca49951548c14612c4b00;hpb=8343d987e0e52c552c5294541e0bb2c913cc69f6;p=feedingit diff --git a/psa_harmattan/feedingit/qml/Settings.qml b/psa_harmattan/feedingit/qml/Settings.qml index a19515b..e7e87f2 100644 --- a/psa_harmattan/feedingit/qml/Settings.qml +++ b/psa_harmattan/feedingit/qml/Settings.qml @@ -13,7 +13,8 @@ Item { property bool autoUpdateEnabled: controller.getBooleanSetting("autoupdate") - property int articleListingTextSize: 16 + property int articleListingTextSize: controller.getIntSetting("fontSize") + property int webviewFontSize: controller.getIntSetting("artFontSize") Component.onCompleted: { theme.inverted = controller.getBooleanSetting("theme")