psa: implemented settings
[feedingit] / psa_harmattan / feedingit / deb_dist / feedingit-0.1.0 / qml / ArticleViewer.qml
index ac31e0b..f974ddb 100644 (file)
@@ -110,6 +110,7 @@ Item {
             Item {
                 width: articleViewer.width; height: backRect.height + 3
                 id: listItem
+
                 Rectangle {
                     id: backRect; color: settings.backColour; opacity: index % 2 ? 0.2 : 0.4;
                     height: articleText.height + 22; width: listItem.width;