~zsombi/ubuntu-ui-toolkit/listitemSelectModeBugs

« back to all changes in this revision

Viewing changes to examples/ubuntu-ui-toolkit-gallery/About.qml

  • Committer: Zsombor Egri
  • Date: 2015-11-16 06:35:05 UTC
  • mfrom: (1664.1.1 listitemSelectModeBugs)
  • Revision ID: zsombor.egri@canonical.com-20151116063505-cwn2qfks7qzk10g9
re-sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        anchors.fill: parent
31
31
        color: theme.palette.normal.background
32
32
    }
33
 
    head {
34
 
        title: i18n.tr('About...')
35
 
        foregroundColor: theme.palette.selected.foregroundText
 
33
    header: PageHeader {
 
34
        title: i18n.tr("About...")
36
35
    }
37
36
 
38
37
    Column {