X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=psa_harmattan%2Ffeedingit%2Fdeb_dist%2Ffeedingit-0.1.0%2Fqml%2FCategories.qml;h=5a973703dbc844dfa1d641a9698115dac1bc9eff;hb=9939c341187f566b592724bb9c3dca2d0c36151e;hp=03d5eda62b304c68fed058f1c62b61da70bf768d;hpb=e8e30fe9583d1abd6a2edd018816d9627b793bbb;p=feedingit diff --git a/psa_harmattan/feedingit/deb_dist/feedingit-0.1.0/qml/Categories.qml b/psa_harmattan/feedingit/deb_dist/feedingit-0.1.0/qml/Categories.qml index 03d5eda..5a97370 100644 --- a/psa_harmattan/feedingit/deb_dist/feedingit-0.1.0/qml/Categories.qml +++ b/psa_harmattan/feedingit/deb_dist/feedingit-0.1.0/qml/Categories.qml @@ -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 {