psa: made text more readable for n950
[feedingit] / psa_harmattan / feedingit / deb_dist / feedingit-0.1.0 / qml / Categories.qml
index 03d5eda..5a97370 100644 (file)
@@ -36,14 +36,22 @@ Item {
             Item {
                 id: moveMe
                 height: parent.height
-                Rectangle { color: "black"; opacity: index % 2 ? 0.2 : 0.4; height: 84; width: wrapper.width; y: 1 }
-                Rectangle {
-                    x: 6; y: 4; width: 77; height: parent.height - 9; color: "white"; smooth: true
+                Rectangle { color: "#eeeeee"; opacity: index % 2 ? 0.2 : 0.4; height: 84; width: wrapper.width; y: 1 }
+//                Rectangle {
+//                    x: 6; y: 4; width: 77; height: parent.height - 9; color: "white"; smooth: true
 
-                }
+//                }
                 Column {
-                    x: 92; width: wrapper.ListView.view.width - 95; y: 15; spacing: 2
-                    Text { text: title; color: "white"; width: parent.width; font.bold: true; elide: Text.ElideRight; style: Text.Raised; styleColor: "black" }
+                    x: 15;
+                    width: wrapper.ListView.view.width /*- 95; y: 15*/; spacing: 2
+                    anchors.margins: 5
+                    height: parent.height
+
+                    Text { text: title; color: "white"; width: parent.width; font.bold: true;
+                        height: parent.height
+                        elide: Text.ElideRight; style: Text.Raised; styleColor: "black"; font.pointSize: 20
+                        verticalAlignment: Text.AlignVCenter;
+                    }
                     //Text { text: feedname; width: parent.width; elide: Text.ElideLeft; color: "#cccccc"; style: Text.Raised; styleColor: "black" }
                 }
                 Item {