~qqworini/ubuntu-rssreader-app/gridview-dynamic-load

« back to all changes in this revision

Viewing changes to article_items/ArticleTextB.qml

  • Committer: Tarmac
  • Author(s): Joey Chan
  • Date: 2013-09-06 19:20:15 UTC
  • mfrom: (57.1.2 ubuntu-rssreader-app)
  • Revision ID: tarmac-20130906192015-s82rfmtehh14imk5
all grid items now sort by time value

warning: if the time value looks strange, pls refresh it  (because of database updated). Fixes: https://bugs.launchpad.net/bugs/1214927.

Approved by Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        Label
30
30
        {
31
31
            id: label_time
32
 
            text: DateUtils.formatRelativeTime(i18n, DateUtils.parseDate(rss_item.pubdate))
 
32
            text: DateUtils.formatRelativeTime(i18n, rss_item.pubdate)
33
33
            fontSize: "x-small"
34
34
            width: parent.width
35
35
            wrapMode: Text.WrapAtWordBoundaryOrAnywhere