psa: added article list and display font settings
[feedingit] / psa_harmattan / feedingit / qml / Settings.qml
index a19515b..e7e87f2 100644 (file)
@@ -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")